06.07.2011, 08:52
Hmm okay, let's try it another way: check if the params are OK, instead of checking they're not ok
This means you need to execute the code if it's correct, and return under the code if not correct
Talk english here, please.
pawn Код:
if(!sscanf,blahblah) {
pawn Код:
}
else return SendClientMessage(playerid,COLOR,"Error message here")