Jump to content

[PXG]Blue

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by [PXG]Blue

  1. [PXG]Blue

    Solved

    try doing total = total+score
  2. [PXG]Blue

    Solved

    i dont see why you dont just take my code, it works fine for the other stuff too.
  3. [PXG]Blue

    Solved

    check out my community resource and see how i've done it to make it work resource Good luck!
  4. good job, wouldve preferred some variety in textures too make it look natural tho.
  5. engineApplyShaderToWorldTexture
  6. You need to convert the models from III to SA
  7. thats what ive had in mind but it always ends in horribly breaking everything, and as the community scripts are way more complicated than my script its really not helpful that most of them dont have any commented lines either
  8. thats not my problem,i need to create the blips and draw them, and i dont really know how to start there because i have never really worked with that kinda stuff, my previous attempts always ended in the blip positions being completely off/chaning when rotating the map or moving to/away from the person
  9. https://community.multitheftauto.com/index.php?p ... &id=407696 80% of his uploads are carmods DONE
  10. Hey! ive been working on a new minimap for my server, but ive encountered a problem, i have no idea how to get the player icons to work, here's a cut down version of my script, i'm using ccw's shaders as it has everything i need sWidth,sHeight = guiGetScreenSize() addEventHandler( "onClientRender", root, function() dxSetShaderValue( hudMaskShader, "sMaskTexture", maskTexture1 ) local x,y = getElementPosition(localPlayer) x = ( x ) / 6000 y = ( y ) / -6000 dxSetShaderValue( hudMaskShader, "gUVPosition", x,y ) local _,_,camrot = getElementRotation( getCamera() ) dxSetShaderValue( hudMaskShader, "gUVRotAngle", math.rad(-camrot) ) rz=getPedRotation(getLocalPlayer()) dxDrawImage( sWidth*0.001, sHeight*0.70, 200, 200, hudMaskShader, 0,0,0, tocolor(255,255,255,230) ) dxDrawImage(sWidth * 0.0688, sHeight * 0.8190, 16,16, radar_centre, camrot-rz, 0, 0, tocolor(255,255,255,255), false) dxDrawImage( sWidth*0.001, sHeight*0.70, 200, 200, mask_border, 0,0,0, tocolor(255,255,255,255) ) end ) note that radar_centre is the middle of the radar If someone can help me add a function so other player's blips are visible its much apprechiated!
  11. Hey! I've been trying to remove the whole SA Map, i just cant get the Mt Chilliad rocks to go away, i tried removing all interiors, looping trough it multiple times etc etc, it just wont work, any ideas? Code: int = 0 for i=0,2 do for model=500,20000 do removeWorldModel(model,99999,0,0,0,int) outputChatBox("ID: "..model.."") end end setOcclusionsEnabled( false ) setWaterLevel(-20000) createWater(-2999.26343, -2999.04248, 0.36261, 2998.58301, -2999.28198, -0.22506, -2999.16016, 2999.23340, -0.55000, 2999.66089, 2999.71802, -0.55000)
  12. he isnt looking to give all players weapons, he has problems that the weapon isnt synced between players
  13. he isnt looking to give all players weapons, he has problems that the weapon isnt synced between players
  14. heard of this problem, they only thing i saw fixing it was was switching weapons, that usually synced it.
  15. https://community.multitheftauto.com/index.php?p ... s&id=12907 car mod DONE
  16. i guess you would have to ask the Video maker for it, couldnt find it anywhere either
  17. I'm not talking about whether your report is valid or no as he uploaded your resource or leaked it, but the fact that once looking at it (since this gives a chance) it seems you are selling a resource that contains other community resources' code. I found this coincidentally and it's wrong to sell a resource for money that contains a heap of other people's code. You are monetizing partially what isn't yours.. all im stating is that fact. By video date you are talking about this report (your resource getting leaked-reuploaded) I am not. You are caught partially selling other people's work as you state you're selling this resource as a side thing.. Don't go more offtopic than we are already (this is about reporting a resource), hoping its just clear to you that its not cool to sell scripts that partially come from Community. and may even get yourself in trouble Simpler said: Exactly. But it's part of something you're selling "it seems you are selling a resource that contains other community resources' code." It does not. "Exactly. But it's part of something you're selling" i was NOT SELLING THAT i was only selling the part of the script that contains the moving speedo/rpm calculation and spoiler movement, nothing more nothing less.
  18. So you're selling a resource that contains part of other author's scripts? Your first-person part on imVeh contains the code from this resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=9552 You're selling a script that contains code not yours in the file _fpv_C.lua, can you explain that as you're also in the wrong and by commenting here you were detected. Breaching author / copyrights by using a Community script, usings its code and making money off it. The FPV script isnt mine, but the function for the RPM calculation and speedo movement was done and perfected by me, he just took my function, changed the values a bit and put it all into its own function instead of doing it like me, all in all its the same function. "You're selling a script that contains code not yours in the file..." i am not selling that "by commenting here you were detected" sorry? "Breaching author / copyrights by using a Community script, usings its code and making money off it." Check the Uploading date on my Videos, i uploaded that WAY before this resource was made.
  19. https://community.multitheftauto.com/index.php?p ... s&id=12882 Leaked resource, i'm selling it proof: DONE
  20. That is made by me, good to see that people are finding a use for it,here's the download: clicky
  21. Update: i resolved the issue, heres what i did: if result then for _, row in ipairs ( result ) do for column, value in pairs ( row ) do return value end end
  22. Hey guys, thanks for your help, but i'm still having issues with local dsatz = mysql_fetch_assoc(result) Does anyone know how i can do this in Lua, because i have no clue
  23. Hello, i'm having a problem with my Script, as i switched to a x64 server the mysql module doesnt work anymore, and i have to transform my script to dbConnect, i dont have much experience on it so i need your help here, heres the problem: -- result is grabbed earlier with dbQuery and dbPoll if(mysql_num_rows(result) > 0) then local dsatz = mysql_fetch_assoc(result) local savename = feldname mysql_free_result(result) return tonumber(dsatz[feldname]) else mysql_free_result(result) return false end I want to convert this to dbConnect but i have no clue how Thanks for your help, ^^
  24. [quote name=..&G:..]I just don't get how do you make the gauges work... I mean... they are part of the texture of the car, how do they move?! Mind blowing Improved Vehicle Features and setVehicleComponentRotation
×
×
  • Create New...