zcmd + global if OnPlayerCommandReceived
#4

Well, I guess you could just use strfind to check the cmdtext:

pawn Код:
if( strfind( cmdtext, "commandhere" ) != -1 || strfind( cmdtext, "othercommand" ) != -1 )
    return ALSIDHDJIOASD;
Reply


Messages In This Thread
zcmd + global if OnPlayerCommandReceived - by IgrexolonO - 23.02.2013, 16:23
Re: zcmd + global if OnPlayerCommandReceived - by LarzI - 23.02.2013, 16:30
Re: zcmd + global if OnPlayerCommandReceived - by IgrexolonO - 23.02.2013, 16:33
Re: zcmd + global if OnPlayerCommandReceived - by LarzI - 23.02.2013, 16:35
Re: zcmd + global if OnPlayerCommandReceived - by IgrexolonO - 23.02.2013, 16:38

Forum Jump:


Users browsing this thread: 2 Guest(s)