29.12.2009, 14:13
Simple fix.
pawn Код:
new string[128]; //Only 1 string is needed for this.
GetPlayerName(playerid,string,sizeof(string));
format(string,sizeof(string),GREETING[random(sizeof(GREETING))],string);
strins(string,"Megan: ",0);
SendClientMessageToAll(WHITE,string);