28.01.2016, 08:42
Quote:
Maybe if you add this anywhere in your script it will work?
Код:
public OnPlayerCommandFinish(playerid, cmdtext[], success) { //playerid - ID Player | cmdtext - You Command | success - returns true or false, that is, whether there is a command or not return true; } |