Starting Off
#1

Ok, we all know there are some functions that you use when you first start your script off like:

UsePlayerPedAnims();
DisableInteriorEnterExits();

But what are some more functions to configure your script? I hope you understand.
Reply
#2

SetTeamCount - https://sampwiki.blast.hk/wiki/SetTeamCount
AllowInteriorWeapons - https://sampwiki.blast.hk/wiki/AllowInteriorWeapons
SetWorldTime - https://sampwiki.blast.hk/wiki/SetWorldTime
SetWeather - https://sampwiki.blast.hk/wiki/SetWeather
Reply
#3

Yes.... I obviously know what they are. I'm asking what are some other things like that I add in under GamemodeInit...
Reply
#4

Anyone wanna help or continuously make stupid posts
Reply
#5

Why don't you take a look at the wiki?

ManualVehicleEngineAndLights();

And I think these 3 are the only ones and the most used ones.
EnableTirePopping(enable); was awesome too, but now its by default.
Reply
#6

You're asking as if it's mandatory that you use these functions. Seems more like a scripting discussion topic.

pawn Код:
ShowPlayerMarkers(0);
SetNameTagDrawDistance(10.0);
EnableStuntBonusForAll(0);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)