Search Results
and what i must change in the script?
135
ok I got another question now, how can i do that when a player has an ip (example the 86.64.15.25 again), and in the file is posted "86.64.*.*" that it automatic kicks him because its a range ban? i d...
135
yes now it works lol But I think it will bug when I have the .txt file or? so at the moment it only searchs for range banned IPs (because i removed the last second ranges), so when in the txt file is...
135
forgot to add the whole code, so with the code below it works (because it search for 127.0.0.1 and my ip is also 127.0.0.1: pawn Код: public OnPlayerConnect(playerid){    new idx;    new IP[4...
135
I like to create my own banlist. the bans will save in a .txt file, it's better than the samp.ban because for every ban i must also reload it with /reloadbans what is dumb since the remote console isn...
135
How can i do my bans will save in a mysql table? I know how it works, but how i can check in onplayerconnect wheter player's ip is a banned ip? Also with rangebans it should work. (so 127.*.*.* etc) W...
94
ok how can i order that it sorts the bounty by the highest value?! i tried some things, but all doesn't worked correctly: pawn Код: if(strcmp(cmd,"/bounties",true)==0)    {        new List...
86
bump.., how can i do that..? I tried the whole time, the best result was that when I was id 0 i was in the first place while the id 1 had lower bounty than id 0. but when id 1 has higher bounty than i...
219
ok thx for your code, but i decided to show the bounties with dialog. now my question, how can I do, that it orders by the largest bounty?! Example: #1 Ribber(ID: 3) $ 34000 #2 Player2(ID...
219
okay, now I got with that another idea. i made the dialog below: pawn Код: if(strcmp(cmd,"/bounties",true)==0)    {        new amount;        new list[960];        foreach(Player,i)...
219
I made a bouties script and now I like to show them via command. but not for every bounty 1 line, i like to make more as possible in one line, and then another line when it's over 128. how to do that?...
219
teşekkьrler kardeşim (thanks my brother)
72
I like to load vehicles with a loop, ingame it works, but i got too much warnings.. over main (didn't post all vehicles, too much xD): pawn Код: new Float:VehiclePositions[2][7] ={    {520,-181...
72
there must be an easier solution... Isn't it possible that a timer checks for the stand-position for all vehicles every 10 seconds, and the radius is 10 or so, and if this vehicle is without a driver ...
273
already tried, still the same -> no respawning when pushing into the water.
273