16.01.2015, 11:36
in my ycmd script this public donesn't work
this public is from my old zcmd,but if i typed non-existent command doesn't show the command is non-existent
How to make it to work ?
this public is from my old zcmd,but if i typed non-existent command doesn't show the command is non-existent
Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if(!success) { SCM(playerid,COLOR_WHITE, "{FFFFFF}|{F81414}Greska{FFFFFF}|: Ukucali ste nepostojecu komandu, Koristi /report ili /askq ako vam treba pomoc!"); PlayerPlaySound(playerid, 1138, 0.0, 0.0, 0.0); } return 1; }