SA-MP Forums Archive
help for spawn - 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)
+--- Thread: help for spawn (/showthread.php?tid=453563)



help for spawn - Deividasltu - 25.07.2013

Hello everyone I wanted to change the spawn point but nothing I feel your dentistry has changed the but nothing changes
Код:
public OnPlayerSpawn( playerid )
{
Код:
SetPlayerPos            ( playerid, 1370.0859,406.8114,19.7479  );
SetPlayerFacingAngle	( playerid, 181.4218 );
SetPlayerCameraPos		( playerid, 1612.9337,-2320.0122,15.0249 );
SetPlayerCameraLookAt	( playerid, 1370.0859,406.8114,19.7479  );



Re: help for spawn - Binx - 25.07.2013

Add it under OnPlayerRequestClass.


Re: help for spawn - Deividasltu - 25.07.2013

Quote:
Originally Posted by Binx
Посмотреть сообщение
Add it under OnPlayerRequestClass.
where?