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

I want in the LSPD, near the lockers, if you satd infront of the open locker and type /lockers, a small menu should appear, in it it should be uniforms.
The uniforms should have names like Officer, Sergeant, Lieutenant etc, and when you pick one of the names, it will give you a skin...

SOund a bit hard... hope you can help me
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)