Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: sherwin688 on March 18, 2014, 01:38:32 pm

Title: While choosing a player How to change the background
Post by: sherwin688 on March 18, 2014, 01:38:32 pm
While choosing a player How to change the background. need to change it
Title: Re: While choosing a player How to change the background
Post by: mrockxkingbutt on March 18, 2014, 02:33:28 pm
SetPlayerStartPos(playerid,x,y,z);
SetPlayerCameraLook(playerid,xyz);
SetPlayerLookAt(playerid,xyz);

this xyz is the code where you want to place the camera

/s the cmd to check code
Title: Re: While choosing a player How to change the background
Post by: dynavolt71 on March 18, 2014, 03:04:24 pm
Aslo check "onplayerrequestclass" more detail look at wiki
Title: Re: While choosing a player How to change the background
Post by: sherwin688 on March 19, 2014, 07:28:45 pm
THnx guys