bigben07
Active member
- Joined
- Nov 10, 2013
- Messages
- 140
- Reaction score
- 0
Here's my script so far. (I'm REALLY new at this so If you see errors in the script please help me correct them)
Here's the crash
Yes, I have sampfuncs 2.6 and I have other scripts that call for samp funcs.
Code:
{$VERSION 3.1.0027}
{$CLEO .cs}
//-------------MAIN---------------
thread 'Dicerr'
0662: NOP "Lemans Do Not Die"
:MAIN
wait 0
if and
0256: player $PLAYER_CHAR defined
056D: actor $PLAYER_ACTOR defined
044B: actor $PLAYER_ACTOR on_foot
0AB0: key_pressed 122 //F11
else_jump @MAIN
0AF9: samp say_msg "{FF8000}** {C2A2DA}JL rolls a dice that lands on 5."
wait 5000
jump @MAIN
Here's the crash
Code:
[20:45:24] {FFFFFF}SA-MP {B9C9BF}0.3x {FFFFFF}Started
[20:45:25] > ================================== <
[20:45:25]
[20:45:25] > SAMPFUNCS v2.6 for 0.3x SUCCESSFULLY LOADED!
[20:45:25] > Authors: FYP, MogAika
[20:45:25]
[20:45:25] > BlastHack © 2013
[20:45:25] > Website: http://blasthack.net
[20:45:25]
[20:45:25] > ================================== <
[20:45:27] Connecting to 198.24.160.69:7782...
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
[20:45:31] Warning(s007): Exception 0xC0000005 at 0x0
Yes, I have sampfuncs 2.6 and I have other scripts that call for samp funcs.