
krgunner
Members-
Posts
30 -
Joined
-
Last visited
Everything posted by krgunner
-
Played on that mod for years! , BRING BACK THE SERVERLIST!
-
Can anybody tell me some decent server hosts for mta ? The cheaper the better ^^ GuNNeR
-
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
-
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?
-
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
-
Hey , i was just browsing youtube when i came across from the MTAQA i was wondering how is this done Thanks GuNNeR
-
The client doesnt change
-
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- } }
-
lol boom mta vc is dead
-
nice
-
hmm try reading the title For mta vc if that helps
-
Crashes quite a bit after 5 mins it never happened to just me see if u can solve it ^^ Gunner
-
/me chears on paradox ^^
-
missing aliases example
-
any news ?
-
hey a few people still play and are quite exited about towns work ^^ [sS]GuNNeR
-
good to know that u still workinon it so basicly when the client is done you can release it? [sS]GuNNeR
-
Any more progress to report?
-
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
-
there no html can you help me correct it
-
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
-
when i use these they time out