26.06.2012, 16:15
I want to make a commad that gives a player score. I tryed:
No compile error but when im in game and i type the command nothing happens... Oh it shows only the message.
Please help
Код:
if (strcmp("/score", cmdtext, true, 10) == 0) { SetPlayerScore(playerid, GetPlayerScore(playerid) +232); SendClientMessage(playerid,-1 ,"( ! ) I'm hungry"); return 1; }
Please help