Search Results
Quote: Originally Posted by liquor Of course they do I hope that was a joke lol #1.4kposts
251
Give us the action from the code that corresponds to that query.
263
All you really need to do is download the new sa-mp package, and extract it into your current directory not overwriting the sa-mp.cfg and there you go, you've smashed it. How do you think these big se...
251
To be honest this thread has been probably made before somewhere or other, I can't find it though. When I try to mod skins 163 and 164, this is all that happens: http://i.imgur.com/Bixgo4H.png I hav...
105
Well, It's useless to give you the code that I use for my GM. One because my GM is MySQL, and two because it just won't work with yours. What I do is, when the player connects, I change a variable on ...
216
IMPORTANT. READ BEFORE DOWNLOADING/USING. NOTICE: It has come to my concern that I need to finally post this. 1. This MySQL version is OUTDATED. Please update it if you are currently using it. 2. I ...
1,279
Making it is easy. Getting players is the hardest part.
758
I know the script you're using. Use CTRL + F and paste this code: pawn Код: productiontimer = SetTimer("Production", 900000, 1); //15 mins (900000) Change value (900000) to a 1200000 (20 minutes...
154
Chat bug thing has always been there for certain resolutions, I find it kinda cool lol.
178
I've made some pseudo code for you here that might help you in figuring it out, it's got a bit of an explanation: pawn Код: Command findcarp{    Do checks if they are a cop or whatever you want...
160
Have you tried reinstalling pawno into your directory? Go to sa-mp.com, download the server, open the pawno files in the zipped file and in your current directory, extract all pawno files (APART FROM ...
211
Do you mean when a new house is created it doesn't load it until you do a server restart?
100
Your code gave me cancer... why would you want to unban someone if IPs were found? Wtf? It annoyed me so much I had to do it for you, download sscanf and include it if you don't have it. pawn Код...
252
Upload the picture to imgur.com or another image hosting site, the link you gave us is not valid. Also tell us some more details, i.e. what happened, what is suppose to happen etc.
133
1. new field in database, preferably in users table called "ip" 2. when the player logs in / registers the ip would be updated to that value 3. make the command with a parameter (zcmd & sscanf is ...
252
The socket plugin never loaded correctly, ensure you have the latest version and it's placed in your /plugins/ folder.
254
I don't know exactly, but what I do know is that strmid would be used for storing things in variables with enumerators (XInfo[var][var]) etc. and format is used for putting text together, for example ...
281
"I'm A Noob At Scripting Willing To Learn" - from your signature lol. Based on your signature I'll teach you a little about strings (very basic, noob friendly): Strings are used to store bits that f...
236
You'd have to do it for each vehicle as the fuel caps are of course not in the same place (some are left of the vehicle, some are right, some don't even exist on a given vehicle, some are higher, some...
119
pawn Код: // if I was you I'd use strmid instead of format like thisstrmid(FactionInfo[id][fName], fname, 0, strlen(fname)); If this doesn't work it'd be useful to see everything around line 701 ...
281