22.10.2012, 19:29
https://sampwiki.blast.hk/wiki/Fast_Comm...arison_example
At function "public OnPlayerCommandText(playerid, cmdtext[])" the return must be 0 ...
At function "public OnPlayerCommandText(playerid, cmdtext[])" the return must be 0 ...
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { dcmd(...., 4, cmdtext); : dcmd(...., 4, cmdtext); return 0; }