Search Results
The reason why it is cheaper is because it is a OEM version. http://arstechnica.com/hardware/news/2007/01/8730.ars
286
Quote: Originally Posted by Meta how about returning text? like Код: root@servername:~# foo -bash: foo: command not found for example, so that "-bash: foo: command not found" is retur...
3,381
I don't think there is a way of viewing the file, It is just a file generated by Kye for his MapAndreas plugin.
143
Here is a email plugin I made awhile ago: http://www.mediafire.com/file/5mdvnnls60alngf/mail.zip Example sending a email with gmx.com: pawn Code: forward SendMailGMX(to[], from[], subject[], messag...
495
It's possible using libmono: http://www.mono-project.com/Embedding_Mono
193
chmod +x restart.sh Also don't run the server as root.
105
Post a screenshot of Speccy, sites like "can you run it" are usually wrong.
250
Quote: Originally Posted by ArTisT nice ty i tried it get 1 warning Quote: warning 219: local variable "i" shadows a variable at a preceding level It's because ...
139
Shorter version, just add the weapons to the array. pawn Код: new weapons[] = {25, 26, 27};new rand = random(sizeof(weapons) + 1);for(new i = 0; i < GetMaxPlayers(); i++) ResetPlayerWeapons(i),...
139
Use RivaTuner. http://www.guru3d.com/index.php?page=rivatuner http://www.overclock.net/nvidia/1943...n-display.html
170
That's the syntax. Here is a example that copies "Hello World!" to your clipboard: http://pastebin.org/139168
84
Quote: Originally Posted by CJ101 Actually now that i think about it, Vista was shit.. So we want a OS thats not like that. Personally i dont know why they bothered with 7. Now we have win...
1,068
Wow... Read this: https://support.steampowered.com/kb_...2347-QDFN-4366
182
Download java from http://www.java.com/en/download/index.jsp or use http://widget.mibbit.com/?settings=d...annel=%23sa-mp.
395
When you're ingame press Alt + Enter, It will only work on SA-MP.
271
Working on my PC and laptop: PC: OS (Version of Windows 7): Windows 7 build 7600 (x64) CPU (32 or 64 bit important here): Intel Core 2 Quad Q9400 Amount of RAM: 3071 MB GTA SA install dir: D:\Progra...
1,192
Try following things: Deleting gta_sa.set which is in My Documents - GTA San Andreas User Files, Reinstalling SA:MP and GTA SA aswell if just reinstalling SA:MP doesn't fix it.
76
If you're running Windows Vista start by right clicking on samp.exe - run as administrator. If that doesn't work make sure single player works or deleting gta_sa.set which is in My Documents - GTA San...
155
Look at Donny's AddPlayerVelocityDirection function: http://forum.sa-mp.com/index.php?topic=120606.0
161
pawn Код: dcmd_fightstyle(playerid,params[]){    if(!strlen(params)) return SendClientMessage(playerid, /*red*/ 0xFF0000FF, "Example: /fightstyle [4, 5, 6, 7]");    new var = strval(params); ...
97