[Quick help] Making an FS work only for selected skin ID's.
#8

pawn Код:
if(GetPlayerSkin(playerid) == 280 ||
GetPlayerSkin(playerid) == 281 ||
GetPlayerSkin(playerid) == 282 ||
GetPlayerSkin(playerid) == 283 ||
GetPlayerSkin(playerid) == 284 ||
GetPlayerSkin(playerid) == 285 ||
GetPlayerSkin(playerid) == 286)
{
//code here
}
There's probably shorter ways to write that, but idc im tired
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)