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