13.05.2011, 17:07
Hello SA:MP Community, I have a question about one thing
What is wrong here?? I don't get this Message Ingame...
What is wrong here?? I don't get this Message Ingame...
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { new Text[100]; format(Text, sizeof Text,"[Error] Command /%s don't exist!", cmdtext); SendClientMessage(playerid, COLOR_ERROR, Text); return 1; }