[HELP]Stuck OnPlayerRequestClass / smthing
#1

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]
Reply
#2

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;

Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)