zcmd preventing command execution
#4

Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
pawn Код:
OnPlayerCommandPerformed(playerid, cmdtext[], success);
{
if (PlayerInfo[playerid][LoggedIn]==0) return SendClientMessage(playerid,red,"Login first to use commands.");
}
Use 'executed', instead of 'performed' - as it would have had the opportunity to execute and that message would send afterwards.
Reply


Messages In This Thread
zcmd preventing command execution - by grabek4444 - 28.08.2010, 07:39
Re: zcmd preventing command execution - by Retardedwolf - 28.08.2010, 07:42
Re: zcmd preventing command execution - by DRIFT_HUNTER - 28.08.2010, 09:00
Re: zcmd preventing command execution - by Calgon - 28.08.2010, 09:13
Re: zcmd preventing command execution - by grabek4444 - 28.08.2010, 09:15
Re: zcmd preventing command execution - by DRIFT_HUNTER - 28.08.2010, 09:35

Forum Jump:


Users browsing this thread: 2 Guest(s)