[HELP] How to make a menu that allows you to change skin?
#2

It's actually quite easy..

https://sampwiki.blast.hk/wiki/Creating_a_simple_Menu

Instead of the AddMenuItem(teleportmenu, 0, "LS");
Just use whatever skin name you want, then

case 0: //Grove Street
{
SetPlayerPos(playerid, 2493.9133, -1682.3986, 13.3382);
SetPlayerInterior(playerid, 0);
SendClientMessage(playerid, 0xFFFFFFFF, "Welcome to Grove Street");
}

Just change to whatever you want, instead of changing interior and position, just make it SetPlayerSkin

[If this is a godfather script you are using, you might have to change the skin the way it does in binco..]
Reply


Messages In This Thread
[HELP] How to make a menu that allows you to change skin? - by FreddeN - 05.06.2009, 16:58
Re: [HELP] How to make a menu that allows you to change skin? - by efeX - 05.06.2009, 17:55

Forum Jump:


Users browsing this thread: 2 Guest(s)