13.07.2010, 19:59
(
Последний раз редактировалось Rolyy; 13.07.2010 в 20:15.
Причина: 1 Compile Warning
)
Thank you, I really appreciate this.
But I am still looking for the single team, kill and rechoose team & character one..
If I don't figure out myself..
EDIT: I'm getting one Warning from (I rather want it to get fixed then having 1 warning forever..)
But I am still looking for the single team, kill and rechoose team & character one..
If I don't figure out myself..
EDIT: I'm getting one Warning from (I rather want it to get fixed then having 1 warning forever..)
Код:
(2468)dcmd_teamchangeforall(playerid, params[]){
(2469) if(PlayerInfo[playerid][Level] >= 1) {
(2470) for(new i=0; i<MAX_PLAYERS; i++){
(2471) SendClientMessageToAll(yellow,"TeamChangeForAll Initiated");
(2472) SetPlayerHealth(i,0);
(2473) }
(2474) } else { SendClientMessage(playerid,yellow,"ERROR: You are not a high enough level to use this commandn");
(2475) }
(2476)}
Код:
C:\Users\USERNAME\Desktop\FILENAME\filterscripts\ladmin4v2.pwn(2468) : warning 203: symbol is never used: "params" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warnings.

