[AJUDA] ta dando um Warring Aki
#1

warring ao copilar

pawn Код:
C:\Users\Lйo\Desktop\Lйo\Brasil Mega City\gamemodes\MegaLife.pwn(46220) : warning 215: expression has no effect
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:          11844 bytes
Code size:          2271028 bytes
Data size:          2212032 bytes
Stack/heap size:      16384 bytes; estimated max. usage=7008 cells (28032 bytes)
Total requirements: 4511288 bytes

1 Warning.

olha ai oq ta errado ?

pawn Код:
if((newkeys == KEY_HORN) && (IsPlayerInAnyVehicle(playerid)))
        {
            (playerid,"/Cativeiro");//Cativeiro
        }
    }
return true;
}
Reply
#2

pawn Код:
if((newkeys == KEY_HORN) && (IsPlayerInAnyVehicle(playerid)))
        {
            (playerid,"/Cativeiro");//Cativeiro //Isso
        }
    }
return true;
}
Oq vc qr fazer ali ? nгo tem funcao nenhuma.
Reply
#3

pawn Код:
if((newkeys == KEY_HORN) && (IsPlayerInAnyVehicle(playerid)))
{
    OnPlayerCommandText(playerid,"/Cativeiro");   //Cativeiro
    }
}
return true;
}
Reply
#4

vlw BlackSky
rep pra vc
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)