Search Results
Look at the "How can I tell if my computer can run a 64-Bit version of Windows?" FAQ: http://windows.microsoft.com/en-us/w...sked-questions
142
Quote: Originally Posted by AlexLS95 Great Plugin! But I've got a problem. With Windows 7 x64 it works really well but on our Linux Ubuntu (v10.04.4) Server everytime I start the server I ...
12,731
If you would have read around in the plugin thread you would have know you needed this: Quote: Originally Posted by ****** http://www.microsoft.com/download/en...s.aspx?id=5555 (For x86) ...
203
try: Код: plugins irc.so streamer.so sscanf.so Next time look at the topic of the plugin, most of the time they will have instructions on how to load the plugins.
189
Yea you can remove it, You don't the files.
277
That would be the source of the plugin. I wouldn't worry to much about it, unless you want to make changes or compile sscanf for yourself.
277
Is there really a point to changing the look? I mean you look at for ~30 seconds and then its gone. I don't see it as that big of a deal to change.
143
Quote: Originally Posted by SlashPT why are you so mad at him btw? anyways here's my the testing script made by Double-O-Seven...thanks btw... http://solidfiles.com/d/b50ca/ I'm just...
1,476
1. People who ask for rep in every reply they post. I could care less if you are the topic creator and ask for +rep if they thought the topic was useful. 2. English, Post in your language's section i...
628
I'm not gonna believe sh*t from you unless you can post the script you are using to test. And that you compared this to other INI scripts. I could care less about how fast your script is. A player i...
1,476
Thank you very much for this. I've been searching for a nice IDE. Hopefully you will continue to update this one for a while. I do have one suggestion how ever. Do you think you could add an option t...
1,149
Quote: Originally Posted by GhoulSlayeR Is it just me or are negatives not handled correctly using mysql_format and %d/%i? pawn Код: new string[32], posi = 1, negi = -1;mysql_format(M...
96,160
add a new variable called "string[128]" and remove the [128] off "amouth" then change these lines: Код: format(string, sizeof(string), "Admin gave you $%d", amouth); SendClientMessage(targetid, C...
101
Bump, I did look around the forums before I did this, no one had the same problem as me.
101
1) SA-MP version: 0.3c 2) Windows version: Windows 7 32-Bit 3) Video card type: Mobile Intel 965 Express Chipset Family 4) IP:Port (if any) of the server you are trying to play on: Happens on every se...
101
pawn Code: COMMAND:report(playerid,params[]){        new report[100];        if(sscanf(params,"s",report)) return SendClientMessage(playerid,COLOR_GREY,"USAGE:/report [reason]");        f...
82
Change: pawn Код: new modelid, color[2]; to pawn Код: new modelid, color[2], string[128]; and Change pawn Код: if(sscanf(params, "dD(1)D(1)", model, color[0], color[1])) to pawn КоÐ...
85