2 Important things!
#1

Hey so the fist question is how do i remove the yellow coronas that originally are in samp?

And how to i make every skin run like CJ skin?

Thanks, if you want i can give REP+
Reply
#2

1.DisableInteriorEnterExits();

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
or

pawn Код:
public OnFilterScriptInit()
{
    DisableInteriorEnterExits();
    return 1;
}
Reply
#3

Thanks
Reply
#4

That will remove the yellow arrows, this will allow all skins to run as cj.

Game/Filterscript init
pawn Код:
UsePlayerPedAnims();//all skins run like cj
Put both in OnGameMode/FilterscriptInit.
Reply
#5

Well for the interior thing i guess you need to paste this under your OnGameModeInit DisableInteriorEnterExits();

Don't put any thing inside this brackets https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits for the run thing i will try to remember it and tell you later
Reply
#6

Thanks all !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)