[Help] CJ run ped.
#1

How can I script that everyskin will run like CJ?
Reply
#2

https://sampwiki.blast.hk/wiki/UsePlayerPedAnims
Reply
#3

Quote:
Originally Posted by DanTzi
Посмотреть сообщение
How can I script that everyskin will run like CJ?
On your OnGameModeInit
put
UsePlayerPedAnims();
Like so:
pawn Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    return 1;
}
Reply
#4

PHP код:
public OnGameModeInit()
{
    
UsePlayerPedAnims();
    return 
1;

Edit : Late, Thanks to the 120 Seconds forum wait ^^.
Reply
#5

Thank you
Reply
#6

I think it has been asked for many times.

Use 'search' first before you ask.

Follow the comment 4 & 5.
Reply
#7

Thanks bro, i will using it on my server
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)