daniel_pl Posted March 26, 2008 Share Posted March 26, 2008 Can someone give me a script...If I drown i get some points like in XIII Link to comment
daniel_pl Posted March 28, 2008 Author Share Posted March 28, 2008 For san andreas mta race 1.1 Link to comment
Guest Posted March 28, 2008 Share Posted March 28, 2008 sorry im new vc scripting not dont know if its the same 4 sa ask scobby or lil taoday sorry Link to comment
BlueTak Posted April 3, 2008 Share Posted April 3, 2008 (edited) either download PRS script or use this: on *:SIGNAL:mta.command: { if ($3 == !points) mta.text $1 $2 $mta.nick($1,$2) 's Points: $points($1,$2) } } on *:SIGNAL:mta.death: { mta.pm $1 $2 You Have Earned 1 Point } if ( $points($1,$2) == $null ) && ($readini(points.ini,points,$mta.nick($1,$2)) != yes) { !writeini -n points.ini points $mta.nick($1,$2) 1 !writeini -n points.ini points $mta.nick($1,$2) yes EDITED, SHOULDWORK, (havnt tested again lol ) Edited April 9, 2008 by Guest Link to comment
[UVA]Bart Posted April 3, 2008 Share Posted April 3, 2008 u dunt know what ur on about jammydogers ffs there bracket mismatches every where ! Link to comment
Recommended Posts