SA-MP Forums Archive
[AJUDA] ta dando um Warring Aki - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [AJUDA] ta dando um Warring Aki (/showthread.php?tid=318359)



[AJUDA] ta dando um Warring Aki - leosivi - 14.02.2012

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;
}



Re: [AJUDA] ta dando um Warring Aki - paulor - 14.02.2012

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


Re: [AJUDA] ta dando um Warring Aki - [NC]BlackSky - 14.02.2012

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



Re: [AJUDA] ta dando um Warring Aki - leosivi - 14.02.2012

vlw BlackSky
rep pra vc