23.10.2011, 15:34
Well i added
under onplayerspawn but when i press spawn, i spawn at lv airport with no cash or anything and it says you must log in before spawning on my chat. How can i make it shows the message "ERROR: You must log in before spawning." and player doesnt spawn and they could spawn until they log in
pawn Код:
if(Logged[playerid] == 0) return SendClientMessage(playerid,red,"ERROR: You must log in before spawning.");