Quote:
Originally Posted by saffierr
Try it like this:
PHP код:
new sk;
sk = GetPlayerSkin(playerid);
if(sk != 285 || sk != 280 || sk != 287) return SendClientMessage(playerid, -1, "{FF0000}Sorry This Place only For SWAT, you are not Police");
|
Hello Your Code given me Many ERRORS. Not Worked!!!
Quote:
Originally Posted by 025Tadija
Oh, try this
Код:
if(!GetPlayerSkin(playerid) == 285 || 280 || 287) return SendClientMessage(playerid, -1, "{FF0000}Sorry This Command only For Cops, you are not Police");
my bad was && that means that player must have all 3 skins at the same time, which is impossible.
|
Hello Your code given me 0 Errors but You given me a code not worked with all skins NOW! SO I CANT USE IT!!
PLEASE HEEEEEEEEEEELP