Simple question.
#1

Hai.

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);
Whats wrong? The name is not getting displayed.
Reply


Messages In This Thread
Simple question. - by Striker_Moe - 29.12.2009, 13:49
Re: Simple question. - by Tigerbeast11 - 29.12.2009, 13:52
Re: Simple question. - by Striker_Moe - 29.12.2009, 13:52
Re: Simple question. - by Striker_Moe - 29.12.2009, 14:02
Re: Simple question. - by Tigerbeast11 - 29.12.2009, 14:10
Re: Simple question. - by Striker_Moe - 29.12.2009, 14:10
Re: Simple question. - by Joe Staff - 29.12.2009, 14:13
Re: Simple question. - by Micko9 - 24.01.2010, 18:05

Forum Jump:


Users browsing this thread: 3 Guest(s)