UsePlayerPedAnims() Error !!
#1

I am use this gamemode https://sampforum.blast.hk/showthread.php?tid=271929

I add UsePlayerPedAnims(); In gamemodeinit But it dosen't works -.- "

Help me !
Reply
#2

Show your server.log
Reply
#3

Add this on the first line of OnGameModeInIt Callback and try again.

pawn Код:
UsePlayerPedAnims();
Reply
#4

Post your code where the error pops up.

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
Add this on the first line of OnGameModeInIt Callback and try again.

pawn Код:
UsePlayerPedAnims();
Doesn't matter if you post at the end of the callback or at the start, just should be inside that callback.
Reply
#5

None of you helped...

Cause I fixed it on my own

Correct answer was :

Place the script under OnPlayerSpawn
Reply
#6

Quote:
Originally Posted by MichaelProPlayer
Посмотреть сообщение
None of you helped...

Cause I fixed it on my own

Correct answer was :

Place the script under OnPlayerSpawn
Nope, it's not correct, it's to be placed inside OnGameModeInit, you must have made a mistake before otherwise it would give any kind of error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)