Search Results
Thank you, that was perfect! Nice find on that image!
107
Does anyone know the hex color values for the following GameText colors? I tried searching around for them, but was unable to find anything. Код: ~g~ ~y~ ~r~ ~r~~h~
107
I haven't tried it (I prefer to just use a USB drive when I want to boot linux, rather than a dual-boot setup), but this may help you: http://www.howtogeek.com/197647/how-...indows-7-or-8/
211
Quote: Originally Posted by mamorunl I believe the correct parameter list would be: pawn Код: public GateCloseSound(playerid, objectid, Float:xpos, Float:ypos, Float:zpos, Float:speed...
66
The following Timer does not appear to be functioning, am I doing something wrong with how I am setting it up? I have no errors. pawn Код: SetTimerEx("GateCloseSound", 7000, 0, "iiffff", playeri...
66
Don't double post: https://sampforum.blast.hk/showthread.php?tid=534858 Quote: No Duplicate Topics - If you have opened a topic on a subject, do not start another one. If you have a follo...
63
How do you want to use them afterwards, since there are various ways of doing this? You could add each vehicle ID to a string, but I'm not sure why you would want to get each ID...?
114
Object 18646 flashes all the time, day or night. If it doesn't for you, then it's a client issue. You can see a filterscript with it here, notice the screenshots show the flash during the day.
149
Do you need to find all the vehicleid's or just the number of vehicles in a given range?
114
It should be like this, which is what I said to do... pawn Код: public OnPlayerShootPlayer(shooter,target,Float:HealthLost,Float:ArmourLost){     //FuncLog("OnPlayerShootPlayer");     new wea...
182
This would not cause it to crash. Crashing is generally caused by a missing bracket. Paste your updated code, I'm sure you're just missing one... Oh, and remove this from your script if you added i...
182
Do you have OPSP.inc in your /pawno/include folder? Do you have pawn Код: #include <OPSP> at the top of your script? If not, do these. The include can be found here. Also, it should loo...
182
Are you sure that your GetVehicleName function is working correctly (does it work elsewhere)?
75
Quote: Originally Posted by Khanz Who uses an anti virus? Anyone with common sense. AVAST isn't great, but the fact that no one else has had this issue likely means that your .exe is ...
204
Quote: Originally Posted by LeroyII Forgive me if i am wrong, but line 5 in this code.. Sholdn't it go like this: Код: djson_OnGameModeExit(); Nope, just check the DJson Include pag...
122
Quote: Originally Posted by rymax99 If you're trying to disable lagshooting please read this: https://sampwiki.blast.hk/wiki/Server.cfg In other words, add 'lagcompmode 0' to your server.c...
109
Yes, as long as you compile your script under the latest 0.3z build, lag shooting is disabled (unless you overrode it in your server.cfg).
109
Quote: Originally Posted by Marsss i will help you bro. Its due to problems with chrome extention. Goto Task manager > Process > Select chrome and end process That would not cause...
222
Yes, your PC is likely inected. The best thing you can do is run numerous virus scans with at least two types of antivirus. After that, run a junk cleaner and system check-up (Advanced System Care i...
222
Yes, as stated, it is not possible and never will be. It would be way to large of a vulnerability if server scripters had the ability to force open any web link they wanted to.
90