Jump to content

Chris!i!

Members
  • Posts

    213
  • Joined

  • Last visited

Everything posted by Chris!i!

  1. this appears when i wrote and restarted the script ERROR: Loading script failed: WalkingStyle\Walking.lua:4: unexpected symbol near 'local'
  2. Oh u mean the code look it i did what u told me marker = createMarker(1522, -1011, 25, "cylinder", 1, 0, 0, 255, 0) --1522 -1011 25 local screenX, screenY = guiGetScreenSize() local width, height = 611, 632 local x = local x = (screenX/387) - (width/6) local y = (screenY/98) - (height/6) local lp = getLocalPlayer() theWindow = guiCreateWindow(x,y,width,height,"Walking Style By SeXyGhost",false) guiWindowSetSizable(theWindow,false) guiSetVisible (theWindow, false) sneakBut = guiCreateButton(35,42,173,130,"Sneak",true,theWindow) sexywomanBut = guiCreateButton(348,47,184,125,"Sexy Women",true,theWindow) proBut = guiCreateButton(36,209,172,139,"PrO",true,theWindow) joggerBut = guiCreateButton(348,206,184,142,"Jogger",true,theWindow) blindguyBut = guiCreateButton(37,385,171,137,"Blind Guy",true,theWindow) drunkmanBut = guiCreateButton(351,381,188,141,"Drunk Man",true,theWindow) function markerhit(hitElement) if getElementType(hitElement) == "player" and (hitElement == localPlayer) then if not guiGetVisible(theWindow) then guiSetVisible(theWindow, true) showCursor(true) end addEventHandler("onClientMarkerHit", marker, markerhit)
  3. Hello everybody i have a script that dont work and im trial scripter so i didnt knew whats wrong and no errors saying in the console so i decided to share it here in the mta community i know its not completed but to test this part and its wrong D: there is no marker and nothing whats wrong anyone thanks verymuch i mean when he hit the marker the panel will appear with sneak and those the others any help look at it marker = createMarker(2717, -363, 28, "cylinder", 1, 0, 128, 0, 100) --2717 -363 28 local screenX, screenY = guiGetScreenSize() local width, height = 611, 632 local x = local x = (screenX/387) - (width/6) local y = (screenY/98) - (height/6) local lp = getLocalPlayer() theWindow = guiCreateWindow(x,y,width,height,"Walking Style By SeXyGhost",false) guiWindowSetSizable(theWindow,false) guiSetVisible (theWindow, false) sneakBut = guiCreateButton(35,42,173,130,"Sneak",true,theWindow) sexywomanBut = guiCreateButton(348,47,184,125,"Sexy Women",true,theWindow) proBut = guiCreateButton(36,209,172,139,"PrO",true,theWindow) joggerBut = guiCreateButton(348,206,184,142,"Jogger",true,theWindow) blindguyBut = guiCreateButton(37,385,171,137,"Blind Guy",true,theWindow) drunkmanBut = guiCreateButton(351,381,188,141,"Drunk Man",true,theWindow) function markerhit(hitElement) if getElementType(hitElement) == "player" and (hitElement == localPlayer) then if not guiGetVisible(Wnd) then guiSetVisible(Wnd, true) showCursor(true) end addEventHandler("onClientMarkerHit", marker, markerhit)
  4. thanks all for info i thought i will get my answer direclty
  5. Hello all i have a prob with my script i want to add on it Kills,PlayTime,Money anyone can help me ?? i set these there is these 3 things i didnt did it and i dont know it if someone can tell me what are they and do it for me its a stats GUI. command /stats
  6. i dont know how to start it
  7. If a player joined my server how to let him choose his team my teams are : "Hobos" and "Criminals" and to be a equality in each others like 1 vs 1 not 3 vs 1 please any help the player choose his team like DM servers Abos3od, GTA-FOX ,Mini-Maps please help.They choose there teams like Hobos and the skin ID is 230 and Criminals skin ID is 160 please help anyone make it for me please im really so much stuck in that script. thanks verymuch guys. <3
×
×
  • Create New...