I went through Neo's first tutorial and messed with the script and now I pretty much know the very basic stuff but I've got a few questions I'd like to ask since it's still a bit confusing to me.
1. How do I create just one ped at a destination without any weapons? In Neo's tutorial it's explained how to spawn a ped inside a car and I ran through the opcodes dozens of times but couldn't find anything.
2. What are these label and jump thingies and if I want to make a longer script, how do I know which label comes after? The last label is :Label008743.
3. This question is related to the first question. Actually, this isn't a question but I just want find out if it's the spawn ped opcode which is crashing my game because I think that's the problem but could you please take a look and see if there are any other errors?
:Label008700
0001: wait 1000& ms
0247: request_model #BKB
00D6: if 0?
8248: NOT model #BKB available
004D: jump_if_false ££Label008706
0001: wait 1000& ms
0002: jump ££Label008700
:Label008706
038B: load_requested_models
0001: wait 1000& ms
0002: jump ££Label008711
:Label008711
0001: wait 1000& ms
01ED: spawn actor 28?? at 390.50! -500.93! 9.39! -
Pretty sure this is the cause.0002: jump ££Label008717
Thanks a lot!