UsePlayerPedAnimes
#1

What I need to change so that everyone in the server can run with 2 hand weapon?
public OnGameModeInit()
{
UsePlayerPedAnims();
SetGameModeText("Zombie Survival "SCRIPT"");
SendRconCommand("weburl "SITE"");
SetTimer("PayDay", 1200000, true);

AddPlayerClass(181, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AllowInteriorWeapons(1);
DisableInteriorEnterExits();
SetTimer("RandomMessages",50000,true);
SetTimer("OnServerUpdate", 1000, true);

SetTeamCount(2);

Map[IsStarted] = 0;
Map[XPType] = 0;
mapid = 0;
SetWorldTime(0);
SetWeather(12);
DefaultTextdraws();

SetTimer("HG",1000,1);
return 1;
+1 rep for fix
Reply


Messages In This Thread
UsePlayerPedAnimes - by RenHaki - 06.12.2014, 08:30
Re: UsePlayerPedAnimes - by ATGOggy - 06.12.2014, 08:50

Forum Jump:


Users browsing this thread: 1 Guest(s)