22.03.2009, 20:32
(
Последний раз редактировалось Luka P.; 09.11.2010 в 15:43.
)
I'm creating my first gamemode, and I don't know how to change the "Unknown Command" message. How can I do it?
return SendClientMessage(playerid, 0x000000AA, "Thats not a command idiot!");
return 0;
return SendClientMesage(playerid, 0xFF9900AA, "Command does not exist use /help");
}