06.06.2010, 08:20
Now I've got this:
And I get these:
Код:
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);
}
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 |

