SA-MP Forums Archive
How can remove Patin & CJ skin in my gamemode - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: How can remove Patin & CJ skin in my gamemode (/showthread.php?tid=505837)



How can remove Patin & CJ skin in my gamemode - jesdynguyen - 10.04.2014

I have a server , i want their move like LSRP , Patin and CJ move so fast , i want delete it for my gamemode , can anypeople teach me how to remove it , thanks for visit my topic

SORRY MY BAD ENGLISH


Re: How can remove Patin & CJ skin in my gamemode - Danijel. - 10.04.2014

remove UsePlayerPedAnims(); from OnGameModeInit


Re: How can remove Patin & CJ skin in my gamemode - jesdynguyen - 10.04.2014

Quote:
Originally Posted by Danijel.
Посмотреть сообщение
remove UsePlayerPedAnims(); from OnGameModeInit
yes i did but i want to remove skin : Patin and CJ out of my gamemode , they moving so fast


Re: How can remove Patin & CJ skin in my gamemode - Konstantinos - 10.04.2014

Search in OnGameModeInit for AddPlayerClass or AddPlayerClassEx lines. If you find them, remove those lines with AddPlayerClass function which have as 1st parameter the numbers: 0, 92, 99
For AddPlayerClassEx function, the skin ID will be as the 2nd parameter and the skin IDs are the same as above: 0, 92, 99