-
Posts
1,546 -
Joined
-
Last visited
Everything posted by Dimos7
-
getWorldFromScreenPosition isPlayerMapVisible
-
It no hard make a function runing with those function makeVehicles() modelID = guiGridListGetItemText(carGridList, guiGridListGetSelectedItem(carGridList), 1) local x, y, z = getElementPosition(localPlayer) veh = createVehicle(modelID, x, y+5,z) local vx, vy, vz = getElementPosition(veh) setCameraMatrix(vx, vy+10, vz+5) setTimer(function() destroyElement(veh) setCameraTarget(localPlayer) end, 10000, 1) end
-
Make a function in server side make command handler and then triger the even createBox
-
You want that message apear to every one?
-
so you want the message be on image?
-
Maybe because speed it floor and not inter
-
What are you try to make?
-
How to make command who changes your password [ROLEPLAY]
Dimos7 replied to fortynigguh's topic in Scripting
make it when a play login add event handle and make a gui interface and then when click a button cahnge his password -
dxCreateShader dxCreateTexture Those function you need
-
I think for paintjob you need shader i am no 100 precent sure
-
function select() local account = getPlayerAccount(source) local x, y, z, rot = 2700.04272, -2327.13013, 13.33250, 269 local skin = 29 local team = getTeamFromName("Unemployed") setAccountData(account, "WWRPG.playerX", x) setAccountData(account, "WWRPG.playerY", y) setAccountData(account, "WWRPG.playerZ", z) setAccountData(account, "WWRPG.playerRot", rot) setAccountData(account, "WWRPG.playerSkin", skin) setAccountData(account, "WWRPG.playerInt", 0) setAccountData(account, "WWRPG.playerDim", 0) setAccountData(account, "WWRPG.playerTeam", "Unemployed") fadeCamera(source, true) spawnPlayer(source, x, y, z, rot, skin, 0, 0,team) local dimension = getFreeDimension() cleanNotUsedBoats() if isElement(boats[source]) then destroyElement(boats[source]) end boats[source] = createVehicle(493, 2731.7016601563, -2322.798828125, 2, 0, 0, 359) setElementFrozen(boats[source], true) setElementDimension(boats[source], dimension) setElementDimension(source, dimension) triggerClientEvent(source,"startIntro",source,dimension) end
-
you ned on more 0 and after put team
-
its need dimension too and interior
-
Oh i see then you need shader for that and image of the weapons
-
If you want make yourself the you need 3d max and txd workshop or another program if you see a weapon and want it download and make sure there is a. txd file a. dff
-
you have cript take the url of site you change the password and if the change it then put that password to that account
-
setAccountPassword you need that function and get the password from the url you change it
-
createWeapon dxCreateShader dxCreateTexture