29.12.2009, 13:49
Hai.
Iґve recently scripted a greeting-bot. This is what Iґve got:
Whats wrong? The name is not getting displayed.
Iґve recently scripted a greeting-bot. This is what Iґve got:
Код:
new GREETING[][] = {"Yo %s!","Whatґs up %s?","Hi there %s","Welcome, %s!","Hey %s!","Wassup %s?"};
Код:
new string[128],name[24]; GetPlayerName(playerid,name,sizeof(name)); format(string,sizeof(string),"Megan: %s",GREETING[random(sizeof(GREETING))] SendClientMessageToAll(WHITE,string);