SA-MP Forums Archive
help for spwning player and CreateVehicle and selcet player - 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 spwning player and CreateVehicle and selcet player (/showthread.php?tid=535171)



help for spwning player and CreateVehicle and selcet player - Xviper1234 - 02.09.2014

please give me software to spawn Vehicle and spawning player and select player

please help me

and thanks <3


Re: help for spwning player and CreateVehicle and selcet player - Dotayuri - 02.09.2014

Here is what you asked for:
https://sampforum.blast.hk/showthread.php?tid=376170


Re: help for spwning player and CreateVehicle and selcet player - Xviper1234 - 02.09.2014

but how know the id place for spwner


Re: help for spwning player and CreateVehicle and selcet player - Mohamedilham - 02.09.2014

yes you right how know spwner place


Re: help for spwning player and CreateVehicle and selcet player - Dotayuri - 02.09.2014

Quote:
Originally Posted by Mohamedilham
Посмотреть сообщение
yes you right how know spwner place
You guys said it "spawn", look for that word.
Then ****** the function, "SetSpawnInfo"
https://sampwiki.blast.hk/wiki/SetSpawnInfo
PHP код:
public OnPlayerRequestClass(playeridclassid)
{
     
type[playerid] = -1;
    
SetSpawnInfo(playerid,0,0,0,0,0,0,0,0,0,0,0,0);
    
SpawnPlayer(playerid);
    return 
1;