Quote:
Originally Posted by iggy1
pawn Код:
if(!GetPlayerSkin(playerid) == 25)//check if a player isnt id 25 { SetPlayerPos(playerid,x,y,z);//would work } if(!GetPlayerSkin(playerid) == 25 || 26 || 27)//check if player isn't 25,26,27 { SetPlayerPos(playerid,x,y,z);//would work too but for 3 skins }
Logical operator '!' (exclaimation mark)
|
Код:
warning 213: tag mismatch
for the if(!GetPlayerSkin(playerid) == 25 || 26 || 27)