Search Results
Quote: Originally Posted by Daem ... no one in the whole world will see it... Well, if somebody is in his LAN
205
Quote: Originally Posted by CrαcK Trying to compile the plugin on windows I get this: Код: --------------------Configuration: pwncurl - Debug-------------------- Compiling source file...
2,310
Quote: Originally Posted by APECTAHT ok where is it located then? >_< in the folder of GTA:SA
402
because then samp will work
402
You could do it via bruteforcing. Maybe u write a own program, which uses you GPU, then u can reach a speed of 800 million hash/sec
287
Quote: Originally Posted by Jolteon | RD Left Sounds illegal... I think it's just a collection of ******* videos, which will be played in some order.
202
Quote: Originally Posted by lrZ^ aka LarzI as I said, it did return 1, not 1.0000, so I really dno :S please some pros tell me arg that was stupid of me -.- sry ^^
179
I'm not sure, but can u compare floats with == ? Maybe u habe to use floatcmp() ?
179
Код: //--------------------------[Pavelic Gate------------------------------------// if(!strcmp(cmdtext, "/openpavelicgate", true)) { if(PlayerInfo[playerid][pAdmin] == 50000) { MoveObject...
124
Upload your code at pastebin or in the code tag pls
200
Just disable the firewall of Vista, nobody needs it.
168
Quote: Originally Posted by ★ 'Littlejohny' ★ Quote: Originally Posted by ♣ ⓐⓢⓢ English: Nice topic... whats the use of it ? German: Interessant... aber welchen Si...
178
Quote: Originally Posted by RobertGraham No shit, its a year's difference, lol. But seriously, SA-MP wasn't even SA-MP in 2005 o.o That's why there is Current Development Version (Vice...
237
Quote: Originally Posted by scorp1543 English: Cock.. I forgot what i translated >.> German: Nicht ich PS: Ich benutze einen ьbersetzer English: then gtfo ^^ German: dann verp...
178
http://web.archive.org/web/200506260...www.sa-mp.com/ <-- Jun 26, 2005 http://web.archive.org/web/200604230...www.sa-mp.com/ <-- Apr 23, 2006 some things changed
237
I think ******* isn't a good tutor. Search some GFX sites, like gamerenders.com
235
Maybe public OnVehicleDeath(vehicleid,killerid) { if(carisvaled[vehicleid] == 1) { DestroyVehicle(vehicleid) } }
124
pawn Код: if(strcmp(cmdtext,"/valet",true)==0){   new vehid= GetPlayerVehicleID(playerid);   carvalet = GetVehicleModel(vehid);   RemovePlayerFromVehicle(playerid);   DestroyVehicle(carval...
124
if(!strlen(tmp) || (housestuff < 1 || housestuff > 6)) Well the (housestuff < 1 || housestuff > 6) will return 1 and if(1) is true I think. You have to put the brackets awaylike this: ...
97