16.05.2011, 16:24
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;
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;
}