#1 Re: GTA Modding » Sanny Builder / CLEO discussion » 18-05-2010 02:46

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?

#2 GTA Modding » First Script - Not Working? » 11-05-2010 00:29

DJZybez
Replies: 1

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

Board footer

Powered by FluxBB