Search Results
SOUTH CENTRAL - L.S South Central - L.S (or South Central - Los Santos) is a roleplay server that emulates the singleplayer street gangs such as the Ballas, Families, Vagos & the Aztecas. Each s...
409
What vehicles are you trying to add siren to?
157
I'm guessing it's use for admin purposes but I can't say that for sure.
151
From what I know you can't TogglePlayerControllable and then apply an animation, TogglePlayerControllable makes it so the player is literally frozen, and unable to do anything (moving/mouse moving), i...
151
Hey, you'll need to preload all the animations when OnPlayerConnect is called. https://sampforum.blast.hk/showthread.php?tid=265119
151
Code: if(playerData[playerid][playerLevel] < 5) return SendClientMessage(playerid, -1, "Your player level is not high enough");
310
Code: if(playerData[playerid][playerLevel] < 5) // 5 being an admin level If level is < (BELOW) 5
310
Does anything happen before or during the death? Any message show or anything?
205
Search for 'SetPlayerHealth', "Spawned" just looks like a variable to tell the script to load stuff in.
205
I'd highly recommend creating a script from scratch. It's the best and most efficient thing to do instead of using a premade script and editing. Like Gforcez said, start easy and then creative with yo...
789
Are you using a timer to - the players health?
205
Make sure you've set the object bone to either left or right arm (depending on what hand you'd like the pickaxe to be) then do the adjusting to the palm again and you should be good https://sampwiki....
108
Object, I guess you already have the object pickaxe made so it'll be an object once you've downloaded it
108
I guess you mean attach the custom object to the hand of the player and then play an animation? I guess that'll work I don't see why not, CHAINSAW has good animations that somewhat represent a pickaxe...
108
What vehicles was you adding sirens too then? Because it doesn't miraculously change. Does the BF Injection even have a horn to begin with?
412
Okay, are you opening your script in the same folder as pawno is in? So the gamemodes/yourscript.pwn is in the same folder as includes/pawno/pawno.exe ?
412
I don't think you can return commands in a dialog response, change cmd_kill(playerid); to SetPlayerHealth(playerid 0);
94
Have you got the 0.3.7 a_samp include in the includes folder? Or are you opening your script in a different pawno directory?
412
I started using 3Ds Kams Scripts Collision IO feature, however, I'm getting a warning when downloading the custom model, [warning] could not validate
473
nvm found one, but how do i attach that .col file to the .dff because using kdff gui gives me errors.
473