Jump to content

Anubhav

Members
  • Posts

    2,277
  • Joined

  • Last visited

Everything posted by Anubhav

  1. mein is topic ko support karta hu. Ryan, tum he moderators se bath karni chahiya. ham sabh ko proper moderator chaiye. abhi tak sablog 5-6 posts se zada karte hein urdu board part. 100 posts wala topic ko band kardo, it's NOT a game board! ye urdu board hein.
  2. Ok just to say in english. Yes, it's spammed. Ryancit2 @ You are posting 6 times when you check. Don't you think you are just posting on every topic you find? Plus, count to 100 is a spam topic, which shouldn't be here.
  3. don't you think you are spaming this baord?
  4. if ( getPlayerTeam( localPlayer ) and getTeamName(getPlayerTeam(localPlayer)) == "Admin" ) then Del = guiCreateButton(200, 253, 95, 18, "Del Advert", false, Window) guiSetProperty(Del, "NormalTextColour", "FFAAAAAA") end
  5. for i, _ in pairs: Ye un-indexed tables ke liya hein such as. Likin indexed table ke liya bhi kam kar ta hein. i ka return ho ga index aur v ka return hoga index ki value. myTable = { ['3453'] = "Yo" } local: Ye hamlog agar top pe use kare, to ye usi SCRIPT/FILE pe use kar sakta ho. Agar function mein kiya to function mein hi. return: Jab apko koy chiz vapis bhajni ho. example: [lua] function getMyPlayer( player ) return player agar app return nahi use karoge to nil return ayy ga aur koy gadbad ho sakti hein.
  6. It's because you DOSed a server.
  7. not ka example not false Ye return karega 'yes' ye asi jaga pe use hota jab boolean hota hein waha pein, guiGetVisible ka not. true hoga to false karega.
  8. I'm talking about client-side, duh.
  9. it happends with command handler sometimes//
  10. omg guyz, post farming topic. 61
  11. 256 MB bandwidth? How many players do you have a day? What is the size of resources? ( download MB )
  12. It will mainly show the GUI to everyone, trigger kar. Mein appko ye skype pe batonga
  13. STOP SPAMMING EVERYONE. Whenever I'm posting at this topic, someone else has posted. 42
  14. Defend Electronics and Fridge
  15. i dont get this topic? you could pm for this, but yeah, I never was angry with you @ Robin
  16. Anubhav

    The last reply

    mi iz not carez okize?
  17. Hey everyone, I've a problem, but I dont get to find a solution. I'm using Bonsai's Gamemode, and I was editing it. _getPlayerName = getPlayerName function getPlayerName( player ) --outputChatBox("called") local returnHere = _getPlayerName( player ) if getElementData( player, "name2" ) then outputChatBox('pro') return getElementData( player, "name2" ) end return returnHere end I added this, code, but ONLY IN SOME RESOURCES it returns false. But in scoreboard ( onClientRender ), it just shows perfect. Works on: CCS ( works at server_side ) CCS_scoreboard (It was set here, it works ) CCS_killmessages (Just shows perfect) CCS_rankingboard (Just shows perfect) Any solutions?>
×
×
  • Create New...