Jump to content

krgunner

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by krgunner

  1. Played on that mod for years! , BRING BACK THE SERVERLIST!
  2. krgunner

    Server Hosts

    Can anybody tell me some decent server hosts for mta ? The cheaper the better ^^ GuNNeR
  3. Hey , im reporting this here because i couldnt report it in the bug tracker ^^ Anyway , after a while of using the map editor , im not sure if its caused by using duplicate objects alot or what, ive made a video to show the bug in the video i used hay , but the bug seems to appear with fences and barrels spawns ect... That should make it more clear Thanks GuNNeR
  4. krgunner

    SQL

    hi i was wondering if anyone would show me how to save the current skin and username to an sql table i have never used sql in mta before thanks in advance GuNNeR
  5. hi i dont know why but i cant make this gui disappear function loginWindow ( ) loginGui = guiCreateWindow ( 300, 250, 500, 350, "test gui", false ) CloseGui = guiCreateButton( 0.60, 0.90, 0.30, 0.05, "close", true, loginGui) showCursor ( true ) function guiExit ( button ) guiSetVisible (loginGui, false ) showCursor ( false ) outputChatBox ( "test" ) end addEventHandler ( "onClientGUIClick", CloseGui, guiExit ) addCommandHandler ( "test", loginWindow ) can ayone help?
  6. I was just wondering if it is possible to change skin color im not talking about black or white skin say if i wanted to turn cj yellow like a simpson i this is possible can it be done on a ped? and the last question do the scripts support custom skins
  7. Hey , i was just browsing youtube when i came across from the MTAQA i was wondering how is this done Thanks GuNNeR
  8. try this alias mta.warn { var %b = $iif($4 == $null,$2,$mta.findid($1,$4))) if (%b == -1) mta.say $1 Error - Absent ID elseif ($4 == $null) mta.say $1 $mta.name($1,$2) $+ : Syntax - !warn <id/name> elseif ($readini(MTAScript.ini,main,$mta.name($1,%b)) == 1) { if ($5 != $null) { mta.say $1 Warning: ' $+ $mta.name($1,%b) $+ ' One more warning and you will be temporarily banned. Reason: $5- $+ . writeini -n "MTAScript.ini" main $mta.name($1,%b) 2 writeini -n "MTAScript.ini" reasons $mta.name($1,%b) $5- } else { mta.say $1 Warning: ' $+ $mta.name($1,%b) $+ ' one more warning and you will be temporarily banned. writeini -n "MTAScript.ini" main $mta.name($1,%b) 2 } } alias mta.unwarn { if (%b == -1) mta.say $1 Error - Absent ID elseif ($4 != $null) { mta.say $1 $mta.name($1,$2) $+ : Removed warnings on ' $+ $mta.name($1,%b) $+ ' remini "MTAScript.ini" main $mta.name($1,%b) remini "MTAScript.ini" joinkick $mta.name($1,%b) remini "MTAScript.ini" reasons $mta.name($1,%b) } else { mta.say $1 Syntax: !erasewarn <name> } } alias mta.warnings { if ( $readini( "MTAScript.ini", main, $mta.name($1,%b) ) == 1 ) { mta.say $1 $mta.name($1,%b) has been warned 1 time. } elseif ( $readini( "MTAScript.ini", main, $mta.name($1,%b) ) == 2 ) { mta.say $1 $mta.name($1,%b) has been warned 2 times. } else { mta.say $1 $mta.name($1,%b) has been warned 0 times. } } on *:SIGNAL:mta.command: { if $3 == !warn mta.warn $1- elseif $3 == !unwarn mta.unwarn $1- elseif $3 == !warnings mta.warnings $1- } }
  9. hmm try reading the title For mta vc if that helps
  10. Crashes quite a bit after 5 mins it never happened to just me see if u can solve it ^^ Gunner
  11. hey a few people still play and are quite exited about towns work ^^ [sS]GuNNeR
  12. good to know that u still workinon it so basicly when the client is done you can release it? [sS]GuNNeR
  13. Hey scooby sorry about what happend on kr server i left and started anew one called bt can u write me the bounty script please and maybe !jobs thanks gunner
  14. there no html can you help me correct it
  15. can u check thsi for me and tell me whats wrong on *:SIGNAL:mta.command:{ if ($mta.admin+($1) == $true) { if (!cop* iswm $3) { var %a = 0,%b = $null while (%a 9) { mta.say $1 Wanted players: $iif($+(%rpg.suspects,.,$1),$+(%rpg.suspects,.,$1),None) } elseif ($numtok($+(%rpg.suspects,.,$1),32) > 19) { mta.say $1 Wanted players: $gettok($+(%rpg.suspects,.,$1),1-8,32) !.timer 1 1 $gettok($+(%rpg.suspects,.,$1),9-18,32) } else { mta.say $1 Wanted players: $gettok($+(%rpg.suspects,.,$1),1-8,32) !.timer 1 1 $gettok($+(%rpg.suspects,.,$1),9-18,32) !.timer 1 2 $gettok($+(%rpg.suspects,.,$1),19-,32) } } } } on *:SIGNAL:mta.kill:{ if ($findtok($+(%rpg.suspects,.,$1),$mta.name($1,$2),1,32)) { mta.name $1 $3 Killed a wanted player set $+(%rpg.suspects,.,$1) $remtok($+(%rpg.suspects,.,$1),$mta.name($1,$2),1,32) } } its the !suspect script thanks gunner
×
×
  • Create New...