Search Results
Quote: Originally Posted by [FR]Fratzica Do you speak romanian? Esti Hunter pe care il cunosc? There is no problem with the code, did you put the same password to both accounts? try making...
114
I tested my new loginscript using dini from DracoBlue with 2 accountfiles. I registered with: Hunter [GF]Hunter so i got the files Hunter.ini [GF]Hunter.ini As you can see I registered the same na...
114
nothing works . Does someone have a better function for that? Get and sort the ten closest Players
134
first I store the 10 nearest players and their distances to a specific player into an Array. new Pdistance[10], Pclosest[10]; etc, etc. Now I need the sort function to sort the nearest Player to Pcl...
134
This function sorts the playerids from nearest to fahrest position from a specific playerid. Код: //sort #define SortIDs(%1,%2); \ for(new c, l, v; c < sizeof %2; c++) { \ for(l = ...
134
ah k thx then i just implement the code to my gm. But it would be good if someone reports that to the samp developers.
169
I tried all that and it is still not working o.O Is this maybe an sa-mp 0.3c related bug?
169
if someone could try this filterscript for me here is the include for it. save as colors.inc Код: // Colors #define rot 0xFF0000FF #define gelb 0xFFCC33FF #define dunkelgelb 0xFFFF00FF #define g...
169
echo Executing Server Config... lanmode 0 rcon_password **** <<<< censored! maxplayers 125 port 7777 hostname Cops and Robbers mapname San Andreas gamemode0 CopsAndRobbers filterscripts gl...
169
I dont even have a filterscript with this name! The only filterscript i use is this gl_realtime
169
Hello. I have a problem with loading a filterscript. The sever console echos this error: Loading filterscript 'gl_realtime.amx'... Loading filterscript '~<L.amx'... Unable to load filter script '...
169
Is it possible that I got a virus on cmp that is f**cking up my gamemode or maybe pawno? The funny thing is my gamemode works on Linux servers correctly just not on windows server o.O
95
No its still not working. Thats weird. Pls more help.
95
Hello. I stopped working on my gamemode for about 3 months now because there is a bug anywhere in 16000 lines that I can't find. Compiling goes without errors or warnings. It says just this: Header ...
95
OK. I deleted all commands but the problem is still there. This is the part that doesnt execute all lines: Код: if(checkpointid == OttoDestroy) { if(BuyingInProgress == 1) { return SendClientM...
176
How can I find out which command? What was wrong with your command? Maybe i have the same problem, can you give more details pls?
176
Hello. My gamemode has about 13000 lines. Since it grow up bigger and bigger something seems to be wrong. The problem is that some public functions doesnt work or they only work for the first lines. ...
176
Hey Guys. I Have a Problem. During running my gamemode it works all for the first day. But after some uptime, everything gets weird mixed up. Some People just join and have admin powers, Textdraw get...
77
Hi. Is it possible, that if I go over the textdrawlimit, that causes mixed up variables? Because my account system worked aswell before and now everything is messed up. So just wanna know if this is ...
59