get skin problem ... ?
#1

i want GetSkin get all skin exept 280 , 288 , 286 on death event
but when im in skin 280 or 288 or 286 then i want to change class(f4 then die) and select other skins

on spawn it will set my skin to those (280 , 286 , 28skins ....... whats the problem ?

i dont want GetSkin put those skin ids in it

Код:
	public OnPlayerSpawn(playerid, killerid, reason){
	SetPlayerSkin(playerid,GetSkin[playerid]);
		return 1;
	}
	public OnPlayerDeath(playerid, killerid, reason){
	if(GetPlayerSkin(playerid)!= 280 || GetPlayerSkin(playerid)!= 288||GetPlayerSkin(playerid)!= 286){
	GetSkin[playerid]=GetPlayerSkin(playerid) ;
	}
	return 1;
	}
Reply
#2

When player tries to change the skin to 280, 288, 286 on F4(ForceClassSelect) you wan't to disable that, correct?
I don't understand you so I just want to make sure.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)