Jump to content

Rio

Members
  • Posts

    27
  • Joined

  • Last visited

About Rio

  • Birthday 11/11/2001

Details

  • Gang
    -
  • Location
    India
  • Occupation
    HTML 5, CSS, jQuery, Java, Lua, PHP
  • Interests
    Java Development, Beginner C++

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rio's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  1. Lol thanks buddy! I searched for player money functions everytime but didnt get that Any anyways thanks...! :D :V
  2. Lol thanks buddy! I searched for player money functions everytime but didnt get that Any anyways thanks...! :D :V
  3. Hey Guys, i'm working on a DJ script. Till now i have made it like the player needs 100k to become a DJ. But i cant figure it out how to minus 100k from the money the player has! The current one i made works on the basis that it checks whether the player has >=100,000 then his allowed to become DJ else his not..But what i actually need is to minus 100k from the player's money. Please Help.
  4. Hey Guys, i'm working on a DJ script. Till now i have made it like the player needs 100k to become a DJ. But i cant figure it out how to minus 100k from the money the player has! The current one i made works on the basis that it checks whether the player has >=100,000 then his allowed to become DJ else his not..But what i actually need is to minus 100k from the player's money. Please Help.
  5. Lol thanks anubhav! I thought there was no elseif like thing so i used else if ....
  6. I've been working on making a samsite for my admin base.. I tried everything searching searching fixed the code still i'm getting this error : [2016-04-03 10:04:47] WARNING: WTA-basesamsite\ad_base_s.lua:26: Bad argument @ 'isObjectInACLGroup' [Expected acl-group at argument 2, got boolean] [2016-04-03 10:04:53] WARNING: WTA-basesamsite\ad_base_s.lua:60: Bad argument @ 'isObjectInACLGroup' [Expected acl-group at argument 2, got boolean] My isObjectInACLGroup part Code: function hit ( pla, dim ) if getElementType ( pla ) == "player" then local vehicle = getPedOccupiedVehicle ( pla ) if vehicle or not vehicle then local account = getPlayerAccount ( pla ) if account then local accountname = getAccountName ( account ) if isObjectInACLGroup ( "user." .. tostring(accountname), aclGetGroup ( "Admin" ) ) then else if isObjectInACLGroup ( "user." .. tostring(accountname), aclGetGroup ( "Super Moderator" ) ) then else if isObjectInACLGroup ( "user." .. tostring(accountname), aclGetGroup ( "Moderator" ) ) then outputChatBox ( "[WTA]Welcome Sir, "..getPlayerName(pla).."!", pla, 0, 150, 0 ) else setElementData ( pla, "inRestrictedArea", "true" ) triggerClientEvent ( pla, "destroyTrepassor", g_root, pla ) outputChatBox ( "***WTA Headquarters Restricted Area!***", pla, 255, 0, 0 ) outputChatBox ( "* "..getPlayerName(pla)..".has entered The WTA Headquarters Restricted Area.Enjoy The Fireworks Bro!", g_root, 70, 251, 45 ) end end end end end end end addEventHandler ( "onColShapeHit", g_base_col, hit )
  7. Excellent Stuff!! :) I'll Try It First!!!! Great Work!!! Keep It Up!
  8. Rio

    [NEW]Rio Graphics Inc.

    Thanks Predi For That Suggestion! It Has Been Updated.
  9. Hey Guys I Have Started A New Department For Graphics. I Can Help Anytime when you need some logos, signatures or that kind of stuff..(Free Of Cost). TIll Today I Have Created Beautiful Graphics And Helped Many On Their FB Page.Thus Getting Many Greetings . So I've Decided To Help Others On Multi Theft Auto With Concern To GRAPHICS. You Can PM Me Anytime If You Need Help With Graphics.I will always be there to help you. Logos: Since Then I've Created many logos for servers e.g. Cryorustic Gaming And For Groups On The Servers.I Use Photoshop To Do all This Stuff At which i am good at . Signatures For Forums: To Create Cool Signatures Like The One I've Created for my Profile, it requires SKILL.Thus I Can Help You With It. And Last But Not The Least; It's Free Of Cost!. ------------------------------------------------------------------------------------------------------------------------------------------- UPDATED* Some Of My Skilled Graphics:- (Currently used by many fb pages). Graphics #1 Graphics #2 Graphics #3 Graphics #4
  10. Rio

    -3 Letters-

    EOD - Earning On Days ZAH
  11. Rio

    -3 Letters-

    UVW - U Violent Walker LEO
  12. Rio

    -3 Letters-

    PFF - Prefrer Fair & Lovely TUG
  13. Choose Your Favourite FPS Multiplayer Games! Voting Open FOR ALL!! Dont Miss The Chance!! Vote Now!!
  14. I want to know how to loop a sound. I wanted to use it during my map.Please Help me. What i know is this: function mapMisc() local misc = playSound("misc/map.mp3") setSoundVolume(misc, 0.5) end addEventHandler( "OnClientPlayerSpawn", root, mapmisc)
×
×
  • Create New...