Jump to content

Perfect

Members
  • Posts

    563
  • Joined

  • Last visited

Everything posted by Perfect

  1. I just can read 1st topic, can't 2nd and 3rd. it says "You are not authorised to read this forum." what that means ?
  2. maybe i explained ? I want admin_skycity resource. admin_skycity is a map. which was deleted. i want again, if anyone have that script so please upload in mediafire and pm me with that mediafire script and why that script is deleted from community ? did you understand now ?
  3. Nice, and can you tell me how you make that light and can we change colour of that light ?
  4. HI all, i use this resource last year and for some reason i deleted and now i come again to get but i see "invalid resource" which means resource deleted but i don't know why. so Please tell me a reason for deleting that resource and upload another resource in community or send me media fire link via pm. Please. Here is resouce: https://community.multitheftauto.com/ind ... ils&id=707 name: Admin skycity
  5. Perfect

    [Help] scripts codes

    Yeah, I know, you guys are afraid if someone stole your compile script ? so here is answer. only that players, who don't know scripting, they stole other scripts. and in *** we need to change some functions and events. but that players who want to stole a script they don't know which function will put where. and who know scripting they will make there own script other then stoling. and remember, they are many topics about decompile and *** and i also search topics for decompile before posting and i got many which have *** but i want to know is there is any other way.
  6. Stolen https://community.multitheftauto.com/index.php?p=resources&s=details&id=5521 DONE
  7. Perfect

    [Help] scripts codes

    because, i want to add changes in scripts if needed. and about back ups, usually i forgot back ups for some things and also forgot where i put back ups lol (that's why my gta vice city is fighting between life and die )
  8. maybe that resource did'nt have anything to do with roads, its did'nt change road texture
  9. HI All, yesterday i have download omg (object movement generator) but i don't know how to use it can you guys please tell me if there is any tutorial for omg ? or if you know how to use omg then can you please make a tutorial for omg ? Yes, i read description but did'nt help much. Please Help Me!!!
  10. Perfect

    [Help] scripts codes

    Why Not and Thnx Callum
  11. you said free Xeno toy, then why we need to donate
  12. can we go to sun/moon in gta 5
  13. I want for both vehicles and players. if i type /ghostmode then vehicles and players go through from me. how can i do that with single command ?
  14. we can but first tell us, what you want
  15. like this ? function ghost() local localplayer = getLocalPlayer(source) for index,player in ipairs(getElementsByType("player")) do if setElementCollidableWith(player, localplayer, false) then outputChatBox("Server: Ghostmod: on", source, 0, 255, 0 ) else setElementCollidableWith(player, localplayer, true) outputChatBox("Server: Ghostmode: off", source, 0, 255, 0 ) end end end addCommandHandler("Ghost", ghost) but i got another error WARNING:playerghost/ghost.lua:13: attempt to call global 'addCommandHandler' (a nil value) EDIT: Sorry, its working but how can i make it for vehicles too. i mean i can go thourgh vehicles too 1. Narh not really, use isElementCollidableWith instead. So if isElementCollidableWith(theElement, withElement) then you code.. 2. Seems like you fixed the one by yourself 3. Right now you can only go through players as you say then use. for index, vehicle in ipairs(getElementsByType("vehicle")) do You should understand it now I know i just need to put there vehicle but where can i add that in my script EDIT: If i put " isElementCollidableWith(theElement, withElement)" then script stoped working
  16. Perfect

    object list

    i can't find thread for object ids (maybe there is no link for object ids) but i found wiki page for others ID's https://wiki.multitheftauto.com/wiki/Id
  17. working but in wrong way. if i typed /banprotect then its shows "target player = false" and "banned false". and anothere thing is i typed /banprotect but it did'nt show anything. i want if i type /banprotect not player name then it will show something like this "Please write player name. /banprotect Help!!!
  18. Yeah, i know but that is enough for beginning
  19. like this ? function ghost() local localplayer = getLocalPlayer(source) for index,player in ipairs(getElementsByType("player")) do if setElementCollidableWith(player, localplayer, false) then outputChatBox("Server: Ghostmod: on", source, 0, 255, 0 ) else setElementCollidableWith(player, localplayer, true) outputChatBox("Server: Ghostmode: off", source, 0, 255, 0 ) end end end addCommandHandler("Ghost", ghost) but i got another error WARNING:playerghost/ghost.lua:13: attempt to call global 'addCommandHandler' (a nil value) EDIT: Sorry, its working but how can i make it for vehicles too. i mean i can go thourgh vehicles too
  20. WARNING: Loading script failed: player_ghostmode\pghost.lua:6: 'end' expected (to close 'for' at line 3) near 'else'
  21. use that and put it on client Still same error
×
×
  • Create New...