Quote:
Originally Posted by rakshith122
pawn Код:
dcmd_a(playerid,params[]) { new string[128]; if(!strlen(params)) { SendClientMessage(playerid,COLOR_ERROR,"USAGE: /a) [Text]";) return 1; } format(string,sizeof(string),"%s",params); GameTextForAll(string,7000,3); return 1; }
|
Won't this only catch the first word after /a?