Search Results
Try to use dynamic checkpoints
184
I think you are going to need this to make the system you want Код: forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5); public ProxDetector(Float:radi, playerid, string...
85
can you show what the problem is cuz in pictures it seems that he paid the price lol
118
mind if you explain a little bit more about this problem cuz im kinda having troubles finding out the real issues.
154
If the timer keeps running even if the jail time has ended it means that you do not KillTimer when the time has finished. So KillTimer once the jail time has finished or the play was released from th...
154
Italy mafia has it own Health system in order to avoid health hacking so its a Textdraw made by script and the SA health is under the textdraw that why you dont see it properly.
211
Check server.cfg if you have loaded your gamemode
131
Quote: Originally Posted by Sew_Sumi Loading Nativechecker first does this.... Read the damn manuals... NativeChecker needs to be LAST otherwise it shits on ALL plugins like this. Go...
201
This is my full logo after it recreated , my plugins showing that they're loaded Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3....
201
Hey fellas, after couple weeks of vacation i came back on scripting , i been getting these errors while trying to start the server (nativechecker included) but it happens only when nativechecker is in...
201
Код: #define AllianceLoop(%1) for(new %1 = 0; %1 < MAX_FACTIONS; %1++) here you go
107
Okay so i tried to make something like alliances and stuff for groups , i made everything now theres a problem while trying to get the ID of alliance and the ID of players alliance , if they match it ...
107
what could be possibly causing a double of names on textdraw for example if i create an event and i join in it my name shows there after the event has ended and i create another one my name shows twin...
82
Eminem & Snoop savage moments XD https://*********/Z9bcT4Z2QiA
13,478
You will need a loop for the deliveries i think so you can check if player has done a route and not if he done it you can skip the route from the loop and it will show the undone routes thats how it...
120
Код: function players() { new pname[24], szTemp[55]; for(new i = 0; i <= MAX_PLAYERS; i++) { if(!IsPlayerConnected(i)) continue; if(playerinderby[i] ...
137
involve the string into the format you've done Код: "%s~n~%s,pname,szTemp sorry ive wroten this on phone
137
Are you sure that is all the code and there's not any other functions which sets you to LV or smth.
182