kevin11
Members-
Posts
328 -
Joined
-
Last visited
Everything posted by kevin11
-
well... download IMGtool and get the skins.txd, dff from gta3 located in rockstart games folder get txdworkshop output images and edit them, after that import them again into the txd and save, also u need a good photoshop or mspaint and it will work hope i helped
-
not working and no errors
-
ye he's busted, and a noob stealer i bet he didnt change memo made by castillo
-
omfg moron i knows its u cuz thats my gui u have there (made by castillo) u and raulrobi are beggin for it llast week so stfu stupid noob u stole my gui and now post it here and expecting someone to make the whole serverside i vote to ban ur from this site
-
yup i am
-
that must be a problem u made yourself so what he said repair ur server
-
i tried making a command !admins that show online admins and, junior-admins but it isnt working it gives this error [02:59:49] SCRIPT ERROR: ...an Andreas/serverrace/mods/deathmatch/resources/online_admins/server.lua:29: 'end' expected (to close 'function' at line 3) near '<eof>' [02:59:49] WARNING: Loading script failed: ...an Andreas/serverrace/mods/deathmatch/resources/online_admins/server.lua:29: 'end' expected (to close 'function' at line 3) near '<eof>' admins = "" function processAdminList() players = getElementsByType ( "player" ) admins = "" for k,v in ipairs(players) do local accountname = "" if (isGuestAccount(getPlayerAccount(v)) == false) then accountname = getAccountName (getPlayerAccount(v)) if isObjectInACLGroup ( "user." .. accountname, aclGetGroup ( "Admin, Junior-admin" ) ) then if (admins == "") then outputChatBox( "Online Admins Are: getPlayerAccount(v)",getRootElement(),0,0,255) else admins = admins .. ", " .. getPlayerName(v) end end end end addEvent("admins", true) addEventHandler( "admins",getRootElement(),processAdminList ) function checkCommand ( message, messageType ) if ( messageType == 0 ) then if ( message == "!admins" ) then setTimer( triggerEvent, 100, 1, "admins", source ) end end end addEventHandler ( "onPlayerChat", getRootElement(), checkCommand )
-
most used objects are vgncarshade1 and landjump (cross dd)
-
what if he has anticheat from community (weapons)
-
I dont know i got problems with the "Dimensions" To anyone can help us
-
hey i wanna stop this at 28 seconds but it doesnt work adn doesnt give any error function randomVehColors() for i, car in ipairs( getElementsByType( "vehicle" ) ) do local color = {} color[1] = math.random(0,126) -- random from 0 to 126, because colors is from 0 to 126 color[2] = math.random(0,126) color[3] = math.random(0,126) color[4] = math.random(0,126) -- we take 4 random numbers because setVehicleColor have parameters with 4 colors setVehicleColor ( car, color[1], color[2], color[3], color[4] ) -- setting color to vehicle setSkyGradient(math.random(1, 255) ,math.random(1, 255) ,math.random(1, 255) ,math.random(1, 255) ,math.random(1, 255) ,math.random(1, 255)) end end addCommandHandler("command", function () setTimer( randomVehColors, 500, 0 ) end)
-
no problem, and remember to start to learn!!! this guy helped me too
-
well... 1 youre (co-partner) raulrobi asked for something like this and now ur clan (kog) wants another server sided thing i think u stole this from someone (client side is downloaded) but u might (rarely) made it yourself
-
hmm i think i get it now ty its working perfect
-
doesnt it now add 1 lose to to winner?
-
robhol i know u dont like me but i agree...
-
its working ty for helping
-
i know when my first time was when i asked this
-
setElementData(getElementData,"Race Loses",tonumber(getElementData(winner,"Race Loses"))+1) what is wrong with this line it doesnt give a error but it also doesnt work:S
