classid
#8

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)
Reply


Messages In This Thread
classid - by billiout - 08.08.2010, 08:27
Re: classid - by iggy1 - 08.08.2010, 08:31
Re: classid - by billiout - 08.08.2010, 08:38
Re: classid - by Carlton - 08.08.2010, 08:39
Re: classid - by iggy1 - 08.08.2010, 08:41
Re: classid - by billiout - 08.08.2010, 08:42
Re: classid - by iggy1 - 08.08.2010, 08:47
Re: classid - by billiout - 08.08.2010, 08:49
Re: classid - by iggy1 - 08.08.2010, 08:53
Re: classid - by billiout - 08.08.2010, 09:03

Forum Jump:


Users browsing this thread: 1 Guest(s)