CJ running style
#1

I tried to change CJ running,
I got many errors.
Please help me.
Код:
public OnGameModeInit()
{
	//
	print(" ");
	print("Initializing gamemode...");
	print(" ");
	//
	
	MapAndreas_Init(MAP_ANDREAS_MODE_FULL);
Reply
#2

Код:
UsePlayerPedAnims();
?
Reply
#3

Where should i put it?
Can u explain yourself better?
Reply
#4

Quote:
Originally Posted by darkhunter332
Посмотреть сообщение
Where should i put it?
Can u explain yourself better?
He's given you the means; How about you look on the WIKI?
Reply
#5

Код:
UsePlayerPedAnims();
Put it in public OnGameModeInit()
This public UsePlayerPedAnims For Normal Runing Like Freeroam Servers

And with Out UsePlayerPedAnims Player Run Slow Like Some Gang war Servers
Reply
#6

Can you show me how it gonna look like?
Sorry but i'm bad at scripting.
Reply
#7

PHP код:
public OnGameModeInit()
{
    
UsePlayerPedAnims();
    
    
//other code...
    
    
return 1;
}; 
Reply
#8

Quote:
Originally Posted by darkhunter332
Посмотреть сообщение
Can you show me how it gonna look like?
Sorry but i'm bad at scripting.
Can u Just Tell US what u Need (Pic or Video) And We can Help u
Reply
#9

Quote:
Originally Posted by darkhunter332
Посмотреть сообщение
Can you show me how it gonna look like?
Sorry but i'm bad at scripting.
its Like The Gta SA OFFline Running Style


This Is The Code


UsePlayerPedAnims();

Add it Under

public OnGameModeInit()



Like That


Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
  
    return 1;
};
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)