2 Questions on OnPlayerRequestClass
#2

You could try doing this:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    SpawnPlayer(playerid);
    return 1;
}
And then between the SpawnPlayer and return 1; add your dialog system. That should work but haven't been able to test it.
Reply


Messages In This Thread
2 Questions on OnPlayerRequestClass - by Neil. - 14.05.2012, 13:43
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 14.05.2012, 15:06
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 14.05.2012, 15:33
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 14.05.2012, 19:44
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 15.05.2012, 02:49
Re: 2 Questions on OnPlayerRequestClass - by TheDominator - 15.05.2012, 09:19
Re: 2 Questions on OnPlayerRequestClass - by Neil. - 16.05.2012, 08:33
Re: 2 Questions on OnPlayerRequestClass - by $$inSane - 16.05.2012, 09:08

Forum Jump:


Users browsing this thread: 2 Guest(s)