SA-MP Forums Archive
[HELP]Stuck OnPlayerRequestClass / smthing - 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]Stuck OnPlayerRequestClass / smthing (/showthread.php?tid=577875)



[HELP]Stuck OnPlayerRequestClass / smthing - kloning1 - 14.06.2015

oow, newbi skripter here :3
i wanna ask something, make me confusd

So, in my mind: 3 after the connect and dialog appears reg / login
then enter the pass
directly to spawn,
but he was stuck on the request class: 3
how to fix it:')

error :
[spoiler][/spoiler]


skrip di dialog respon
[spoiler][/spoiler]
skrip di reqspawn:
[spoiler][/spoiler]


AW: [HELP]Stuck OnPlayerRequestClass / smthing - Kaliber - 14.06.2015

Under OnPlayerRequestClass write this:

PHP код:
public OnPlayerRequestClass(playerid,classid)
{
    
SetSpawnInfo(playerid,0,299,5,0,3,0,0,0,0,0,0,0);
    
SpawnPlayer(playerid);
    return 
1;




Re: AW: [HELP]Stuck OnPlayerRequestClass / smthing - kloning1 - 14.06.2015

Quote:
Originally Posted by Kaliber
Посмотреть сообщение
Under OnPlayerRequestClass write this:

PHP код:
public OnPlayerRequestClass(playerid,classid)
{
    
SetSpawnInfo(playerid,0,299,5,0,3,0,0,0,0,0,0,0);
    
SpawnPlayer(playerid);
    return 
1;

thats better thanks