Blackpanfa
ROM Buster
- 26
- Posts
- 16
- Years
- England [+]
- Seen Aug 5, 2012
OK - Lanzar and FLOOTENKERP I hope this helps your compiling issues.
So, you've got your script e.g.
Now you click the open button, and select your ROM. Now you click the two gears, that is the compile button. If you get a message saying somthing about parameters, go to the line and correct the error. If you wrote
and it doesn't work, do this
hope it helps your compiling issues, =)
So, you've got your script e.g.
Code:
#Dynamic 0x800000
#ORG @RoadClosed
Lock
FacePlayer
Msgbox @Sign 0x6
Release
End
#ORG @Sign
= ROAD CLOSED\pSorry for any inconvienience.
Code:
message @([I]pointer) [/I]
boxset 0x6
Code:
msgbox @([I]pointer)[/I] 0x6
Last edited: