You are not logged in.
Pages: 1
hi there , how can i make a simple code of createing vehicle like when i press space and n its create a vehicle
(id 520) ??
how i make the line run 10 times how i use Loop in cleo ?
how i can explode cj like when i press space + n , cj blowing up with explosion
how i clear animation from actor ? see the code
// 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 'ANIMZ'
:ANIMZ_11
wait 0
if and
Player.Defined($PLAYER_CHAR)
0AB0: key_pressed 20
0AB0: key_pressed 49
not Actor.Driving($PLAYER_ACTOR)
else_jump @ANIMZ_255
04ED: load_animation "BEACH"
if
04EE: animation "BEACH" loaded
else_jump @ANIMZ_11
0605: actor $PLAYER_ACTOR perform_animation_sequence "LAY_BAC_LOOP" IFP_file "BEACH" 4.0 loop 1 0 0 0 time -1 // versionA
04EF: release_animation "BEACH"
wait 0
:ANIMZ_255
if and
0AB0: key_pressed 20
0AB0: key_pressed 48
else_jump @ANIMZ_11
0812: AS_actor $PLAYER_ACTOR perform_animation "GETUP" IFP_file "PED" 2.0 loopA 0 lockX 1 lockY 1 lockF 0 time -1 // versionB
wait 30
0614: set_actor $PLAYER_ACTOR animation "GETUP" progress_to 0.3 // 0.0 to 1.0capslock and 0 will anmie the getup but when i press game will crash , how ot fix it
Pages: 1