21.06.2010, 19:19
Код:
public OnRconCommand(cmd[])
{
if (strcmp(cmd, "/ecash", true)==0)
{
SendClientMessage(playerid, COLOR_GREEN, "You just gave a player 10 thousand dollars!");
SetPlayerMoney(playerid, 10000);
return 1;
}
Note: you can change the color.

