Jump to content

CapY

Members
  • Posts

    1,646
  • Joined

  • Last visited

Everything posted by CapY

  1. DevPoint stop copy things from wiki.
  2. Then he's just lazy to fix simple errors.
  3. Honestly, you are stupid as hell, these kind of errors are so easy to fix.(I didn't readed the whole code anyway) From thePlayer ) to thePlayer
  4. You really don't read any of my comments, do you ? IT WILL CONTAIN MORE THAN ONE GAMEMODE.(If other's agree with that)
  5. Gamemode ? You MEANT on Gamemode(s) ?
  6. So why you redistributed ?
  7. Why to create new one, just intergrate it with Freeroam.(Other dimension)
  8. And now, it is. Soren copy my code again.
  9. No problem. P.S. See Castillo, i did.
  10. I was going to ask that too.
  11. dxDrawText guiCreateLabel
  12. Yes. Guests(Not so trustable users) Admins(You can believe them they will not screw the whole thing) Server Admins(Some MTA devs maybe ?)
  13. https://wiki.multitheftauto.com/wiki/CreateMarker https://wiki.multitheftauto.com/wiki/GiveWeapon https://wiki.multitheftauto.com/wiki/Set ... angDriveby https://wiki.multitheftauto.com/wiki/OnMarkerHit Make it from a scratch again, read the function arguments. local marker1 = createMarker(x, y,z , "type", size, r, g, b...) local marker2 = createMarker(x, y,z , "type", size, r, g, b...) function blah () giveWeapon ( source, weaponId, ammo ) setPedDoingGangDriveby ( source, true ) end addEventHandler ( "onMarkerHit" , marker1, blah) addEventHandler ( "onMarkerHit" , marker2, blah) Something like that...
×
×
  • Create New...