You are not logged in.
Pages: 1
Is is possible to make a spawned firetruck extinguish a fire with it's hose? All I have is a firetruck driving hastily to a bunch of fire, but no way to make it hose down the fire. Help?
Hey guys I made this really simple bit of code that should make the player's wanted level 1 when he holds the '5' button (Dec 53) for a whole second. It crashes when it's held for 1 second. What am I doing wrong?
// This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007 {$VERSION 3.1.0027} {$CLEO .CS} //-------------MAIN--------------- thread 'NOWANT' :NOWANT_11 wait 1000 if 0AB0: key_pressed 53 else_jump @NOWANT_11 010D: set_player $PLAYER_CHAR wanted_level_to 1
Pages: 1