Everything posted by DavidM91
-
Spawn Locations
how can i get cords for the nearest store? Also for the plugin, shouldnt we extend the plugin thats mentioned in this forum so that when cords are captured, it pushes them to a web portal that we can search during development?
-
Ped does not initiate pursuit whilst inside a store
Hey could you share the code you wrote to make the callout occur in a store? this is something i want to do.
-
Assign Mask to Ped
Figured this one out if anybody needs to do it in the future. Your ped should have a multiplayer model e.g - mp_m_weapwork_01 then to spawn the pig mask, set the following variation: Aggressor.SetVariation(1, 1, 0); this will set the pig mask.
-
LSPDFR 0.4 - The Technology
I'm coding this just now using the API, i have spawned a fat guy and then he plays the jerk off animation, soo funny lol.
-
LSPDFR 0.4 - The Technology
Hey do we know when these updates are being released?
-
Assign Mask to Ped
Hey man i can't figure the mask model out, could you help ?
-
Assign Mask to Ped
Cheers mate, i'll have a look at this tonight. Need to work out how to apply the pig mask. I am using NativeTrainer so should be in there right? guess my question is, is the pig mask part of GTA 5 online? or will it be in co-op too.
-
How to delete SuspectBlip when cuffed
Yeah, will help others when researching bro
-
Assign Mask to Ped
Cheers, Do you know what the pig mask would be, or where i can get a list of drawable textures?
- Assign Mask to Ped
-
Assign Mask to Ped
Hi, i am a c# developer, new to lspdfr and playing with the github sample code just now. i wanted to know if it is possible to assign a pig mask (https://gaming.stackexchange.com/questions/202785/where-could-i-get-a-pig-mask-in-gta5) to a ped. If its possible could someone please help me figure out how to do it with some sample code? I've looked online for this for about a week and haven't found anything. Cheers! Dave