Running style - new to scripting.
#1

Hello everyone, so I am kinda new to scripting and I wanted to ask how to change the running style of the player to the regular one (From the actual game), and another question is:

How do I add this text at the bottom of the screen while in-game, and wanted to ask how to place a clock, or colors there..

Thanks.
Reply
#2

For the running use

Код:
public OnGameModeInit() / OnFilterScriptInit()
{
    UsePlayerPedAnims();
    return 1;
}
and for the text on down you can use this editor http://bsndesign.webs.com/tde.htm
Reply
#3

Quote:
Originally Posted by dEcooR
Посмотреть сообщение
For the running use

Код:
public OnGameModeInit() / OnFilterScriptInit()
{
    UsePlayerPedAnims();
    return 1;
}
and for the text on down you can use this editor http://bsndesign.webs.com/tde.htm
Thanks, that helped me alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)