-
Posts
81 -
Joined
-
Last visited
Everything posted by Unique
-
Hi! I want to make a this resource to work with item, if i have this item, then this /cmd will works, if i dont have this item, then resource will not works, can someone can say in wich row i need put a this one " if exports.global:hasItem(localPlayer, 88) then " ? --- THE CODE, SERVER SIDE only if not gpsBlips[playerID] then local vehicle = exports.pool:getElement("vehicle", vehID) if vehicle then local vehicleOwner = getElementData(vehicle, "owner") if vehicleOwner == playerID then local vehposX, vehposY, vehposZ = getElementPosition(vehicle) gpsBlips[playerID] = createBlip(vehposX, vehposY, vehposZ, 19, 2, 255, 0, 0, 255, 0, 99999.0, thePlayer) gpsMarkers[playerID] = createMarker(vehposX, vehposY, vehposZ, "checkpoint", 3, 255, 0, 0, 255, thePlayer) attachElements(gpsMarkers[playerID], vehicle) attachElements(gpsBlips[playerID], vehicle) if gpsBlips[playerID] then outputChatBox("Jūs varat sākt izsekot savu transportlīdzekli, kartē atzīmēts ar sarkanu karodziņu.", thePlayer, 0, 255, 0, true) end else outputChatBox("Transportlīdzeklis nepieder Jums!", thePlayer, 255, 0, 0, true) end end else outputChatBox("Jūs pašlaik jau izmantojat GPS. Lai ieslēgtu to atkārtoti, sākumā izslēdziet to /closevehgps", thePlayer, 255, 0, 0, true) end end addCommandHandler("trackingveh", gpsFunc) --- END
-
no need to download link if this is a client rofl
-
lol of course. look at the MTA:NFS server, there is everything posible, sticker on body on windows etc..
-
it's buged, you cannot write "@" symbol
-
Original GTA:SA Shader_water (used in OWL) Shader_water 2
-
East Los Santos Docks: Idlewood Gas Station: City Hall: Los Santos Emergency Services: Grotti's Custom Garage Interior: Unity: Idlewood Gas Station 2: Idlewood: Skatepark: I dont know: Idlewood Gas Station 3:
-
Look's like forum register panel, try change design or create on default gui.
-
maybe you can send me PM this link or something?
-
Can u refresh link?
-
you are my soul now thanks, works
-
Hi, i make my own scoreboard, but i have one issue, i want to export to scoreboard my admin title, but i have just my admin_level, how can i make admin title.. like.. not AD rank 6, but Trial admin or something like that.. CODE: {"AD",-0.05, "right", function (p) return getElementData(p,"admin_level") or "0" end},
-
This ir your server or original province?
-
there are exists or.. i need remake like roleplay.vehicles_notes? like database name.. idk
-
Hey, i got some problem, in console i have database error.. like: MYSQL ERROR [QUERY] SELECT * FROM `marijuanaplants` [ERROR] 1146: Table 'roleplay.marijuanaplants' doesn't exist MYSQL ERROR [QUERY] SELECT * FROM vendingmachines [ERROR] 1146: Table 'roleplay.vendingmachines' doesn't exist MYSQL ERROR [QUERY] SELECT id FROM clothes WHERE owner=63 [ERROR] 1146: Table 'roleplay.clothes' doesn't exist MYSQL ERROR [QUERY] DELETE FROM `vehicles_notes` WHERE `vehid`='3' [ERROR] 1146: Table 'roleplay.vehicles_notes' doesn't exist Maybe someone know how to fix this?
-
Mby someone can release the gamemode? maybe there is peoples who will fix the errors and release next
-
There is no water, wtf?
-
Just create folder like "maps" and put there all these files and just start resource? edit: i put this resource on default server and start like resource and there is a black screen in server..