23.05.2013, 18:59
Код:
C:\Users\Matheus-PC\Desktop\[Gamemode] Gaming Fox Brasil ® (0.3x)\gamemodes\GFB.pwn(967) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
PHP код:
if(strcmp(cmdtext,"/mudar",true) == 0)
{
new pname[MAX_PLAYER_NAME];
new string [256];
GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
format(string, sizeof(string), "{006400}[INFO]: {FF1493}%s Foi Mudar de Skin!! {FFFF00}( /mudar)", pname);
SendClientMessageToAll(Verde_Floresta, string);
ForceClassSelection(playerid, 1);
return 1;
}