Search Results
Played the server several times, me and my friends. It is a masterpiece, no doubt. Awesome work.
3,726
In need of the following people for the hosted tabbed Inexorable: San Fierro Cops and Robbers Server. Код: HostName: Inexorable: San Fierro Cops and Robbers 0.3.7 Address: 35.180.10.11:7777 Mod...
184,288
Код: stock GetClosestVehicle(playerid) { new Float:fPos[3], Float:distance = 30, Float:curdistance, currentVehicle; for(new v = 0; v < MAX_VEHICLES; v++) { GetVehiclePos(v, fPos[...
131
He means go to your includes folder where all the includes are present and open the streamer include files. "streamer.inc". Find the "native CreateDynamicObject" line inside it and copy the whole line...
186
It used to load fine until today. The server just crashed suddenly. I'm not sure if its the infinite loop or not.
135
The server was working fine when suddenly it stopped crashed and then closed. I tried to restart the server but it doesn't start again. LOG: Code: ---------- Loaded log file: "server_log.txt". -----...
135
I used an NPC to use up the ID 0 slot in my previous gamemode.
154
PHP код: COMMAND:acmds(playerid, params[]){    new string[2068];    if(Player[playerid][Level] < 1) return SendClientMessage(playerid, COLOR_RED, "ERROR: {FFFFFF}You do no...
214
Fixed it myself, it was the problem with a specific command that i just made!
308
What's weird is, there is nothing under OnPlayerCommandText..
308
Code: [23:22:10] [debug] Server crashed while executing LS-CNR.amx [23:22:10] [debug] AMX backtrace: [23:22:10] [debug] #0 0000000c in ?? (6, 20580024, 0) from LS-CNR.amx [23:22:10] [debug] #1 0004d4...
308
PHP код: COMMAND:acmds(playerid, params[]) {     new string[1028];     if(Player[playerid][Level] < 1) return SendClientMessage(playerid, COLOR_RED, "ERROR: {FFFFFF}You doÂ...
214
Alright, saw some tutorials on how to edit the permissions and Kaboom. It's working now. All thanks to you.
292
Code: FUNCTION:WriteInLog(destinationFile[], stringToWrite[]) { new logFile[32] = "Logs/", date, month, year, hour, minute; getdate(date, month, year); gettime(hour, minute); strcat(logFile, de...
292
Code: [00:31:46] [debug] Server crashed while executing LS-CNR.amx [00:31:46] [debug] AMX backtrace: [00:31:46] [debug] #0 native fclose () from samp03svr [00:31:46] [debug] #1 000ff46c in public Wri...
292
The line giving error: PHP код:     new Dist = GetPlayerDistanceFromPoint(playerid, Safe[sid][safe_Pos][0], Safe[sid][safe_Pos][1], Safe[sid][safe_Pos][2]);   This =>>   ...
95
I've been thinking about converting to SQL lately but currently I want a solution to my current problem. Thanks for the code though, i'll look forward to it.
142
PHP код: CMD:oban(playerid,params[]) {     new string[128];     new cmdreason[100];     new name[MAX_PLAYER_NAME];     if(AdminLevel[playerid] < 4) return SendClientMe...
142