SA-MP Forums Archive
i need help :D - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: i need help :D (/showthread.php?tid=255602)



i need help :D - KampfMopZ - 16.05.2011

/delete




Re: i need help :D - boelie - 16.05.2011

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;
}



AW: i need help :D - KampfMopZ - 17.05.2011

Thank you! U can close it