01.12.2013, 15:40
Quote:
A OnPlayerCommandText й uma callback. Creio eu que vocк deva usar o if(strcmp(cmdtext,"/comando", true) == 0)
|
Код:
if(strcmp(cmd,"/comandinho", true) == 0){ if (PlayerInfo[playerid][pFunc1] == 1){ if(strcmp(cmdtext,"/comando1", true) == 0) return 1; }else if (PlayerInfo[playerid][pFunc2] == 1){ if(strcmp(cmdtext,"/comando2", true) == 0) return 1; }else if (PlayerInfo[playerid][pFunc3] == 1){ if(strcmp(cmdtext,"/comando3", true) == 0) return 1; } }