Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: sherwin688 on March 18, 2014, 01:38:32 pm
-
While choosing a player How to change the background. need to change it
-
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
-
Aslo check "onplayerrequestclass" more detail look at wiki
-
THnx guys