CLEO Help How to find again

CLEO related
Status
Not open for further replies.

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
Do you guys know why, since I installed SAMPFUNCS 5.2.1 by FYP and its new SB Data files, there no longer is an "Actor.CurrentCar" option? I can only find "Actor.Car". Is there a substituent code line for that? How to recovery that (option)?
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
eddqvBA.png
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
It has nothing to do with SAMPFUNCS plugin, it might have to do with the sb files SAMPUNCS provides, check your classes.db file(open with notepad), if the line's not there you can add it yourself

Code:
$Actor
$BEGIN
^CurrentCar,[03c0,=,2,0,0],("Actor%h")

or just use
Code:
03C0: 0@ = $PLAYER_ACTOR
 

lol7

Active member
Joined
Apr 3, 2013
Messages
120
Reaction score
1
Location
Blumenau, Santa Catarina, Brasil
0B36 link said:
Thanks you for trying to help me though the use of that image, but that didn't work.
springfield link said:
It has nothing to do with SAMPFUNCS plugin, it might have to do with the sb files SAMPUNCS provides, check your classes.db file(open with notepad), if the line's not there you can add it yourself

Code:
$Actor
$BEGIN
^CurrentCar,[03c0,=,2,0,0],("Actor%h")

or just use
Code:
03C0: 0@ = $PLAYER_ACTOR


Thanks, mate. That was an explanatory and functional answer by a wise man.
 
Status
Not open for further replies.
Top