/smokeweed crashing game
#5

It is crashing the player because you are using an invalid animation library.

This line of code:

Код:
ApplyAnimation(playerid, "JST_BUSINESS", "smoke_01", 4.1, 1, 1, 1, 0, 1, 1);
Should be this:

Код:
ApplyAnimation(playerid, "JST_BUISNESS", "smoke_01", 4.1, 1, 1, 1, 0, 1, 1);
Weird how the animation library needs to be spelled incorrectly to work properly. You can find all the correct animation libraries here: https://sampwiki.blast.hk/wiki/Animations
Reply


Messages In This Thread
/smokeweed crashing game - by Josh_Main - 06.10.2014, 02:22
Re: /smokeweed crashing game - by Pottus - 06.10.2014, 02:28
Respuesta: /smokeweed crashing game - by !R1Ch@rD! - 06.10.2014, 02:33
Re: /smokeweed crashing game - by Josh_Main - 06.10.2014, 02:50
Re: /smokeweed crashing game - by Chenko - 06.10.2014, 03:06
Re: /smokeweed crashing game - by DavidBilla - 06.10.2014, 03:11

Forum Jump:


Users browsing this thread: 1 Guest(s)