27.08.2012, 10:27
Hello pepole!
I have another solution what I need to repair, but this time I have:
And here is the code:
Any solutions?
I have another solution what I need to repair, but this time I have:
Код:
[---]\Desktop\SAMP server\filterscripts\KS.pwn(1339) : warning 202: number of arguments does not match definition Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
Код:
if (GetPlayerArmour(playerid) == 100) { SendClientMessage(playerid,COLOR_RED,"Sa said anti-banni!"); Ban(playerid); GameTextForAll("HAAAAAAAAX", 1500, 3); new string[64], pName[MAX_PLAYER_NAME]; GetPlayerName(playerid,pName,MAX_PLAYER_NAME); format(string,sizeof string,"{FF0000}[ANTI-BANNER]{FF0000}%s {0000FF}sai banni! [Pхhjus: Kuuli vest leiti]",pName); SendClientMessageToAll(0xFFFFFFAA,string); }