Search Results
I made the FS into an include and make use of enums to tell the server whether or not the player has the weapon. Thanks for the help guys
155
Are there any way I'd be able to use some like pHasDeagle and whenever a player is given a deagle by the server then it sets it to 1 and whenever the player drops that specific weapon it sets it to 0 ...
155
Quote: Originally Posted by Arthur Kane I don't know what you're using these for but I wanna point out that it's pointless and using an array would be better. For example, a player can't h...
155
Quote: Originally Posted by JesterlJoker Using PVars are not recommended since they become buggy on the long run... Replace them with variables... Or you can delete the PVars and Reset usi...
155
Hey. I have been attempting to use SetPVarInt to share information between my gamemode and a filterscript. Obviously the weapons should be serversided so I made use of an include I found that looks l...
155
Okay. I've set a /clothes command and I it does open the mSelection menu but nothing happens from there. I cannot go to the next page, press any of the skins. Simply nothing works. All of the code is ...
51
Код: new Length = strlen(text); new aTime = Length*300; ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,1,1,1,0,aTime); Hello, so I'm going to use this animation to do talking anim whenever a...
73
I was trying to use this tutorial https://sampforum.blast.hk/showthread.php?tid=370123 to hook my filterscript and gamemode when it comes to the money. But in my gamemode I have inside my player enum ...
59
Alright I have managed to make it work. But whenever I spawn an object its glitched out. It spawns an extra radom object whenever I'm done editing.
67
Hello. I found this filterscript for furniture placement and I set up the mysql database, compiled and added it to my server.cfg but yet I have no luck in getting it to work. Nothing happens when I pr...
67
Quote: Originally Posted by Stones The commands not working when you enter it? tell us specifically what's not working. As said no matter what I do it just goes back to showing me the s...
96
Quote: Originally Posted by AndySedeyn Is your OnDialogResponse callback returning 0? If not, it should. PHP код: public OnDialogResponse(playerid, dialogid, response, listitem...
218
I don't really know what you want me to show. I simply use an entire filterscript that has not been edited, and my gamemode has no issues what so ever. None of the dialogid's are the same between the ...
218
Hello I am using this family safe script, but whenever I try to store or take anything it just returns the same text that shows the syntax. No matter what I do it keeps writing "USAGE: /fsafe get [mon...
96
Hey. I am using Sayros Gate Script, and whenever I use the command /gate which opens the dialogs, it seems that the filterscript dialogs interfer with the dialogs in my gamemode and I am unable to use...
218
Hey. I recently just updated my streamer to a newer version, I made sure to update both the .inc and the .dll before I compiled. Now whenever I open the server it closes automatically within one secon...
60
Fixed it. Seemed that it was too far up, I'm a bit of an idiot. I have given you both reputation, thank you very much guys!
122