-
Posts
22 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Design.
-
Deci eram la paint si dupa ce am facut 2 kill-uri cu drujba am luat kick de la adminbot. Link - https://imgur.com/a/WtEa7
-
Vand Infernus x2 (205/226) VIP cu 102 day's si 3900km
Design. replied to Fyzion's topic in Vanzari vehicule
165kk -
Problema la sistem /vipname am rezolvat eroare dupa eroare la el, dar nu gasesc amarata aia de ”;” lipsa. //D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(14328) : warning 217: loose indentation // ASTA NU CONTEAZA. D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(20041) : error 029: invalid expression, assumed zero D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(20041) : warning 215: expression has no effect D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(20041) : error 001: expected token: ";", but found "]" D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(20041) : error 029: invalid expression, assumed zero D:\GM\REFRESH-ZONE BY Mahony\gamemodes\refresh-zone.pwn(20041) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 4 Errors. Sistemu vname e asta: CMD:betavipname(playerid, params[]) { new vipnametut[15]; new vehicleid = GetPlayerVehicleID(playerid); if(sscanf(params, "s[15]", vipnametut)) return SCM(playerid, -1, "SINTAX: /vipname <name>"); if(isnull(vipnametut)) return vipnametut = "[]"; if(strlen(vipnametut) > 15)return SCM(playerid, -1, "Caractere maxime 15"); if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER && GetPlayerState(playerid) == PLAYER_STATE_PASSENGER)return SCM(playerid, -1, "Nu esti conducatorul acestei masini" ); { //if(CarInfo[OwnedVeh(playerid)] [cVIP] == 0) return SCM(playerid, -1, "Acesta masina nu este una de tip VIP"); if(CarInfo[OwnedVeh(vehicleid)][cModel] == 411) { DestroyDynamicObject(vText[OwnedVeh(vehicleid)][playerid]); //LInia 20041 new szMessage[256]; if(CarInfo[OwnedVeh(vehicleid)][cModel] == 411) { vText[OwnedVeh(platerid)][playerid] = CreateDynamicObject(19327, -2597.4270, -5.3526, -87.6999, 90.40001, -87.1805); SetDynamicObjectToVehicle(vText[OwnedVeh(vehicleid)][playerid], 0, vipnametut, 50, "Arial", 15, 1, 0xFFFFFFFF, 0, 1); AttachDynamicObjectToVehicle(vText[OwnedVeh(playerid)][playerid], vehicleid, 0.0,-1.9,0.3,270.0, 0.0, 0.0); } format(szMessage, sizeof(szMessage), "{F2CF09}Text pentru vehicul setat: '%s'", vipnametut); SCM(playerid, COLOR_YELLOW, szMessage); new qQuery[1000]; mysql_format(SQL,qQuery, sizeof(qQuery),"UPDATE 'cars' SET 'VIPName'='%s' WHERE 'ID'='%d'",vipnametut, OwnedVeh(playerid)); mysql_tquery(SQL,qQuery,"",""); } else return SCM(playerid, -1, COLOR_WHITE, "Nu poti pune acest tip text pe o masina care nu este VIP"); } else return SCM(playerid, -1, COLOR_WHITE, "Aceasta masina nu este a ta"); return 1; } Pastebin: http://pastebin.com/6iQcryjB
-
Am rezolvat asta dar acuma am altă problemă si anume nu ma pot loga pe server. i-am facut conectarea la baza de date si tot nu merge...
-
Deci serverul nu porneste, va rog sa ma ajutati! Server console: ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [06:05:03] filterscripts = "" (string) [06:05:03] maxnpc = 0 (int) [06:05:03] [06:05:03] Server Plugins [06:05:03] -------------- [06:05:03] Loading plugin: crashdetect [06:05:03] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory) [06:05:03] Loading plugin: streamer [06:05:03] Failed (plugins/streamer: cannot open shared object file: No such file or directory) [06:05:03] Loading plugin: mysql [06:05:03] Failed (plugins/mysql: cannot open shared object file: No such file or directory) [06:05:03] Loading plugin: sscanf [06:05:03] Failed (plugins/sscanf: cannot open shared object file: No such file or directory) [06:05:03] Loaded 0 plugins. [06:05:03] [06:05:03] Filterscripts [06:05:03] --------------- [06:05:03] Loaded 0 filterscripts. [06:05:03] Script[gamemodes/mavro.amx]: Run time error 19: "File or function is not found" [06:05:03] Number of vehicle models: 0 ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [06:09:15] maxnpc = 0 (int) [06:09:15] [06:09:15] Server Plugins [06:09:15] -------------- [06:09:15] Loading plugin: crashdetect [06:09:15] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory) [06:09:15] Loading plugin: streamer [06:09:15] Failed (plugins/streamer: cannot open shared object file: No such file or directory) [06:09:15] Loading plugin: mysql [06:09:15] Failed (plugins/mysql: cannot open shared object file: No such file or directory) [06:09:15] Loading plugin: sscanf [06:09:15] Failed (plugins/sscanf: cannot open shared object file: No such file or directory) [06:09:15] Loading plugin: profiler [06:09:15] Failed (plugins/profiler: cannot open shared object file: No such file or directory) [06:09:15] Loaded 0 plugins. [06:09:15] [06:09:15] Filterscripts [06:09:15] --------------- [06:09:15] Loading filterscript 'remote.amx'... [06:09:15] Remote Control Script has been loaded ! [06:09:15] Loaded 1 filterscripts. [06:09:15] Script[gamemodes/mavro.amx]: Run time error 19: "File or function is not found" [06:09:15] Number of vehicle models: 0 ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [06:12:59] maxnpc = 0 (int) [06:12:59] [06:12:59] Server Plugins [06:12:59] -------------- [06:12:59] Loading plugin: crashdetect [06:12:59] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: streamer [06:12:59] Failed (plugins/streamer: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: mysql [06:12:59] Failed (plugins/mysql: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: sscanf [06:12:59] Failed (plugins/sscanf: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: mysql_5.5 [06:12:59] Failed (plugins/mysql_5.5: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: mysql_static [06:12:59] Failed (plugins/mysql_static: cannot open shared object file: No such file or directory) [06:12:59] Loading plugin: profiler [06:12:59] Failed (plugins/profiler: cannot open shared object file: No such file or directory) [06:12:59] Loaded 0 plugins. [06:12:59] [06:12:59] Filterscripts [06:12:59] --------------- [06:12:59] Loading filterscript 'remote.amx'... [06:12:59] Remote Control Script has been loaded ! [06:12:59] Loaded 1 filterscripts. [06:12:59] Script[gamemodes/mavro.amx]: Run time error 19: "File or function is not found" [06:12:59] Number of vehicle models: 0 Server.cfg: echo Executing Server Config... lanmode 0 rcon_password nu hostname nuam port 7777 gamemode0 mavro filterscripts remote plugins crashdetect streamer mysql sscanf announce 1 query 1 chatlogging 0 weburl www.pawno.ro onfoot_rate 40 incar_rate 40 weapon_rate 40 stream_distance 300.0 stream_rate 1000 maxnpc 0 profile_gamemode 1 profile_format txt logtimeformat [%H:%M:%S] language RO / EN
-
Ai încercat să pornesti sa:mp cu run as administrator?
-
Reinstalezi gta-ul și gata.
-
5KK GIVEAWAY PE SAPTAMANA + FACTIUNE TAXI LS - SA:MP GREEN.BUGGED.RO
Design. replied to Raul4u's topic in Discutii generale
good job! -
30KK PIERDUTI ? + ROB REUSIT - SA:MP GREEN.BUGGED.RO
Design. replied to Raul4u's topic in Discutii generale
gj -
Good job!
-
Incepe scoala - Giftbox, Reduceri,Modificare program war-uri
Design. replied to Shad0w's topic in Informatii / Anunturi
Mulțumim!