13.07.2010, 19:34
And now how make a cmd for it?:P
I have this:
doesnt work
Thanks btw
I have this:
pawn Код:
if(strcmp(cmd, "/r", true) == 0)
{
new text;
new sendername[MAX_PLAYER_NAME];
format(string, sizeof(string), "Mechanic %s Says: %s", sendername, text);
SendClientMessageToMechanics(COLOR_YELLOW, string);
return 1;
}
Thanks btw