#1 GTA Modding » how to create a vehicle ? » 18-10-2011 18:21

gozo12
Replies: 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) ??

#2 GTA Modding » how i use Loop ? » 18-10-2011 15:13

gozo12
Replies: 7

how i make the line run 10 times how i use Loop in cleo ?

#3 GTA Modding » how normaly explode cj ? » 17-10-2011 15:00

gozo12
Replies: 1

how i can explode cj like when i press space + n , cj blowing up with explosion

#4 Re: GTA Modding » CLEO 3 Library (issues and solutions) » 16-10-2011 14:14

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.0

capslock and 0 will anmie the getup but when i press game will crash , how ot fix it

Board footer

Powered by FluxBB