30.03.2012, 08:52
OK ..
I put that :
I have 2 warnings:
I put that :
Код:
new name[MAX_PLAYER_NAME]; new PlayerName[24]; new Name[MAX_PLAYER_NAME]; GetPlayerName(playerid,name,sizeof(name)); format(string,sizeof(string),"[LoG] - %s [#%d]: %s",name,playerid,cmdtext); for(new i = 0; i < MAX_PLAYERS; i++) { if(GetAdminLevel(playerid) < 2 && !IsPlayerAdmin(playerid) && GetAdminSpay(playerid) < 2 && GetTempAdminLevel(playerid) < 2) { SendClientMessage(i,0x999999ff,string); } }
Код:
D:\щшъ бйъй\щшъ бйъй 0.3D\filterscripts\EliMode.pwn(348) : warning 204: symbol is assigned a value that is never used: "Name" D:\щшъ бйъй\щшъ бйъй 0.3D\filterscripts\EliMode.pwn(347) : warning 204: symbol is assigned a value that is never used: "PlayerName"