Posts: 22
Threads: 10
Joined: Aug 2009
Reputation:
0
How to add /countdown command?
How to have all players same walkstyle(like CJ)?
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
He might also mean "UsePedAnims();" where everyone runs/walks/stands the same as CJ.
Posts: 22
Threads: 10
Joined: Aug 2009
Reputation:
0
UsePedAnims();
where should i add this?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Posts: 22
Threads: 10
Joined: Aug 2009
Reputation:
0
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Training Mode ");
//Player class
AddPlayerClass(0,2104.6865,2185.5054,14.4965,85.38 13,24,1000,26,3000,32,8000);
AddPlayerClass(134,2104.6865,2185.5054,14.4965,85. 3813,24,1000,26,3000,32,8000);
//Object pickup.
AddStaticPickup( 1242, 2, 2103.9248,2169.1873,14.4965 ); //health
AddStaticPickup( 1240, 2, 2104.0808,2172.6755,14.4965 ); //armour
AddStaticPickup( 367 , 2, 2102.0193,2146.0757,15.2032 ); //Camera
return 1;
}
public OnGameModeExit()
Where?
Should I define something in front of my gamemode?
Posts: 663
Threads: 42
Joined: May 2009
Reputation:
0
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Training Mode ");
UsePlayerPedAnims();