08.08.2010, 08:39
Quote:
|
thanks for help but the first gave me an idea. how to use the if(GetPlayerSkin(playerid) == 25) example like if(!GetPlayerSkin(playerid) == 25)?
|
pawn Код:
if(!GetPlayerSkin(playerid)) {
}
|
thanks for help but the first gave me an idea. how to use the if(GetPlayerSkin(playerid) == 25) example like if(!GetPlayerSkin(playerid) == 25)?
|
if(!GetPlayerSkin(playerid)) {
}