Getting a string with dini?
#5

Now I've got this:
Код:
	if(strcmp(cmd, "/stats", true) == 0)
	{
  	    new string[128];
	 	format(string, sizeof(string), "Stats of %s (%s)", GetPlayerName(playerid), PlayerInfo[playerid][Nick]);
		SendClientMessage(playerid, COLOR_WHITE, string);
	}
And I get these:
Quote:

C:\Users\James\Desktop\SAMP\gamemodes\dm.pwn(259) : warning 202: number of arguments does not match definition
C:\Users\James\Desktop\SAMP\gamemodes\dm.pwn(259) : warning 202: number of arguments does not match definition

Reply


Messages In This Thread
Getting a string with dini? - by jameskmonger - 06.06.2010, 06:34
Re: Getting a string with dini? - by DJDhan - 06.06.2010, 07:15
Re: Getting a string with dini? - by jameskmonger - 06.06.2010, 07:28
Re: Getting a string with dini? - by Nero_3D - 06.06.2010, 07:41
Re: Getting a string with dini? - by jameskmonger - 06.06.2010, 08:20
Re: Getting a string with dini? - by Naxix - 06.06.2010, 08:26

Forum Jump:


Users browsing this thread: 1 Guest(s)