Yunix
Members-
Posts
35 -
Joined
-
Last visited
Everything posted by Yunix
-
When will there be an release version of AGP?
-
I might have seen this on mantis or somewhere else, but is it possible to play a GTA:SA radio station for the player, or in 3D?
-
Hi, I've made a custom model with the texture and collision and exported it in 3DS Max with the scripts and made the texture in Photoshop but when i want to import it it says that it failed to load. Error loading DFF: @ engineLoadDFF Load error @ EngineLoadTXD Error loading COL: @ engineLoadCOL Any ideas why it's not working?
-
50> works and you can stop it 50< works you can walk while doing the animation but you can't stop it
-
No not exactly, i already made it so when you chat you get the animation but i want to allow the player walk while doing the animation.
-
Well sure the limit is 50, but is there a other way to achieve what i wanted? To make walking + having the talk animation at the same time possible? The only way i know now is putting the time below 50.
-
Works if the time parameter is above 50 but that's the problem, i want it between 1 and 50 because then you're able to walk and have the animation at the same time. If the time parameter is above 50/100 you can't do that.
-
setPedAnimation( source, "GANGS", "prtial_gngtlkB", 1, false, true, true, true, false ) setTimer(function() setPedAnimation(source, false) end, 1000, 1)
-
Don't you think i also tried false? It won't stop the animation.
-
I created a talk animation on chat but after i put the value "1" in the time parameter i can walk with the animation but it can't be stopped. It just ignores setPedAnimation(source) or something. Also the hands are not moving when the animation finishes. Is there a fix for this?
-
Got a new question, is it possible to store multiple functions inside the table assigned to the player? Like vehicles, timers, colsphere's etc
-
Could somebody explain me how to make unique timers? Like, i want to create a timer but only for that person that goes trough the function, so if multiple people go trough that function and also are going to get that timer i can kill the timers separately. So when the timer is assigned to a variable i don't want to kill all the timers but only the one that i need to kill.
-
if you don't try, you will never know.... Already tried the function you provided me with.
-
Doesn't return the door windows only the windscreen
-
If you do an driveby the window get's lowered by the engine it self, but is it possible to implement a function for this, or is there a other way to lower the window?
-
Ah, i see how it's working now, thanks.
-
for i=1, 4 do guiGridListRemoveColumn ( GUIEditor.gridlist[1], i ) end Edit: Lua tags aren't working for me atm
-
After deleting all the columns with the function: guiGridListRemoveColumn there are 2 columns left, is this a bug?
-
Oh well, i already fixed it lol, and it's much simpler then that.
