Search Results
Lemme check the print. Also about the coding of OnPlayerTakeDamage I tried that formatting of code before and crashed the server. So I tried reformatting it and same thing. Let me see if those work....
100
pawn Код: COMMAND:makegangleader(playerid, params[]){    new targetid, Gang, str[128];    if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, GREY, "You can't use this command.");Â...
100
Looks like a nice gamemode for a server.
1,791
Код: [23:14:40] LOADED 9064 texture definitions [23:14:40] [debug] Run time error 20: "Invalid index parameter (bad entry point)" [23:14:40] Script[gamemodes/LS.amx]: Run time error 20: "Invalid i...
148
When there's no players on the server it won't crash, but when players are playing it will crash soon after. I will run crashdetect and see what happens.
148
Yes I do. Actually downloaded it a few days ago. Server has been working fine then suddenly it has started to randomly restart/crash the past few days. Maybe it could be the plugins? I've got mysql, W...
148
My server crashes like every 10 minutes.. I don't understand why... pawn Код: #include <a_samp>#include <zcmd>#include <dini>#include <dudb>#include <j_fader_v2>#inc...
148
Well done Viper, thanks a lot. +rep
123
Trying to get random car models to spawn in specified locations. pawn Код: new arrayModels[] ={    400,401,405,410,492,492,412,413,415,414,419,522,492,522,421,491,491,426,424,    414,439,458,...
123
Doesn't work. After registering and logging in again it always says the password is incorrect.
22,808
Does anyone have a link to the best gang system? It seems like all the gang systems on here are not working anymore... Could anyone help me out? I've searched for hours to try to find one and can't ma...
120
Yeah, that fixed it. Thanks a lot. + Rep
84
pawn Код: if(Kills == 5)        {            format(string,sizeof(string),"*** {FF0000}%s(%d) is on a killing spree with {ffffff}%d {FF0000}kills!",playername(killerid),killerid,Kills);Â...
84
Does anyone have the download to JernejL's remote admin download? It seems to say file not found on his download page with the remote administration.
57
Just put under OnGameModeInit: pawn Код: DisableInteriorEnterExits(); It will disable the blips to enter, and create your own custom enter/exit checkpoints. Then, teleport them to the interiors.
175
How would I keep a car from respawning unless it gets exploded or sunken?
59
Nevermind, for some reason after 10-15 compiles of it crashing, it has now worked.... odd...
83
Hey my pawno keeps crashing when I add this code in a timer: pawn Код: new Random = random(sizeof(Spawns));    Gascan = CreateObject(1650, Spawns[Random][0], Spawns[Random][1], Spawns[Random][2...
83
Are there any filterscripts that have those cannon type things at area 51 that will shoot rockets? Ive looked ALL OVER and I just cant find anything. Ive seen a few servers with it and I was wondering...
56
Sorry I had fixed this by myself hours ago, thanks for your help though, since no one else made the effort. + Rep
78