i need help :D
#1

/delete

Reply
#2

look in the gamemode for OnPlayerRequestClass

more about that you can find here;
https://sampwiki.blast.hk/wiki/OnPlayerRequestClass

and here i have an example for you;

pawn Код:
public OnPlayerRequestClass(playerid,classid)
{

SetPlayerPos(playerid,2260.9995,-285.0844,64.4470);
SetPlayerCameraPos(playerid,2261.4006,-288.7633,64.3798);
SetPlayerCameraLookAt(playerid,2261.5576,-285.6434,64.4228);
SetPlayerFacingAngle(playerid, 193.9833);
return 1;
}
Reply
#3

Thank you! U can close it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)