Will this work?
#2

Код:
if(GetPlayerSkin(playerid) == 161 || 162 || 32 || 34 || 31 || 200 || 201 || 160 || 159 || 158)
This is not correct.
Is should be
Код:
if(GetPlayerSkin(playerid) == 161 || GetPlayerSkin(playerid) == 162 || GetPlayerSkin(playerid) == 32 || GetPlayerSkin(playerid) == 34 || GetPlayerSkin(playerid) == 31 || GetPlayerSkin(playerid) == 200 || GetPlayerSkin(playerid) == 201 || GetPlayerSkin(playerid) == 160 || GetPlayerSkin(playerid) == 159 || GetPlayerSkin(playerid) == 158)
Reply


Messages In This Thread
Will this work? - by Rubennnnn - 07.02.2010, 12:26
Re: Will this work? - by Butilka - 07.02.2010, 12:27
Re: Will this work? - by ettans - 07.02.2010, 12:28
Re: Will this work? - by Rubennnnn - 07.02.2010, 12:30
Re: Will this work? - by ettans - 07.02.2010, 12:31
Re: Will this work? - by Rubennnnn - 07.02.2010, 12:32
Re: Will this work? - by ettans - 07.02.2010, 12:32
Re: Will this work? - by Nero_3D - 07.02.2010, 12:34
Re: Will this work? - by ettans - 07.02.2010, 12:36
Re: Will this work? - by Rubennnnn - 07.02.2010, 12:38

Forum Jump:


Users browsing this thread: 2 Guest(s)