Jump to content

[S.K]

Members
  • Posts

    181
  • Joined

  • Last visited

Everything posted by [S.K]

  1. [S.K]

    plzhelp

    i am making Turfs but i type showcol but it say me showcol will have no effect because development mode is off help me how can i get showcol
  2. [S.K]

    plzhelp

    ok now i am good scripter watch this SS but how can FBI arrest people local Skinmarker = createMarker( 2771.7883300781, 1137.2025146484, 10.8203125, "cylinder", 1.0, 33, 33, 33, 255) local theTeam = createTeam( "FBI", 31, 31, 31 ) addEventHandler("onMarkerHit", Skinmarker, function(hitElement) if(isPedInVehicle(hitElement)) then return end if not(isFBI(hitElement)) then return end setElementModel(hitElement, 286) setPlayerTeam(hitElement, theTeam) end) function isFBI(thePlayer) local accName = getAccountName ( getPlayerAccount ( thePlayer ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "FBI" ) ) then return true; else return false; end end
  3. help i am admin and it say me you arent admin!
  4. [S.K]

    plzhelp

    but my chat is crubate
  5. [S.K]

    plzhelp

    ok plz help me in chat my server chat is crubate now mainchat is local chat when some body write in mainchat only a player who standing it near he can see help plz
  6. [S.K]

    plzhelp

    lol any jail i need
  7. [S.K]

    plzhelp

    this script is idiot scripts lol look i mean when police arrest criminal in my server so he go to sky lol so i a jail for him
  8. [S.K]

    plzhelp

    thanks ahmadqtr any jail now
  9. [S.K]

    plzhelp

    no it dont work Samer
  10. [S.K]

    plzhelp

    dont know i dont test it wait
  11. [S.K]

    plzhelp

    thanks Samer, TAPL
  12. [S.K]

    plzhelp

    no i not like this kind scripts this is when you write /wanted then you get wanted i need a script if a player kill or try to kill him get wanted automatically
  13. [S.K]

    plzhelp

    i need Wanted system code or resource
  14. [S.K]

    plzhelp

    what i learn it
  15. [S.K]

    plzhelp

    I am afraid that your knowledge won't allow you to add new features to it. Better write extensions instead. Dont get it
  16. [S.K]

    plzhelp

    ok how can i add NEw features to admin panel now
  17. [S.K]

    plzhelp

    thanks there is too much codes at community
  18. [S.K]

    plzhelp

    but it is imposible i am new scripter today i learn scripting so plz tell
  19. [S.K]

    plzhelp

    thanks but where to find more codes
  20. [S.K]

    plzhelp

    ok tell what is wrong at this function createaMarker () createMarker (1948.5617675781, -1711.0710449219, 13.546875,) end addEventHandler("onClientResourceRoot", root, createaMarker) function guiSetOn () guiSetVisible(youWindowVariableHere, true) showCursor(true) end addEventHandler("onClientMarkerHit", root, guiSetOn)
  21. [S.K]

    plzhelp

    what is wrong here marker = createMarker( 1355.4749755859, 251.35711669922, 19.5546875, "corona",2,0,255,0) addEventHandler("onClientMarkerHit",marker, function() local vh = getPedOccupiedVehicle ( source ) vehicles = ( 217, 499 ) nm = tonumber ( math.random( #vehicles ) ) setElementModel ( vh, nm ) end)
×
×
  • Create New...