Quote:
Originally Posted by TheDominator
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.
|
Yes thank you it works. But one problem (sorry for being a noob), the arrows and spawn select on the bottom, how do I remove it?