GTA2 Steam version?
Yeah.
I found an example script on Ben Millard's site from the documentation:
[mis]// Example script
// waits for played ped to cross a 'trigger point' & then sends a 'dummy' ped to a point, and the player
// has to kill him before his arrival at the destination.
// data ...
Search found 8 matches
- 18 Jul 2015, 00:39
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
- 02 Jul 2015, 17:40
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
Huh, not working... I do have the Steam version though. I'll just use the CHEATS.
How are the open source missions organised exactly? What name corresponds to what mission in the Industrial District?
How are the open source missions organised exactly? What name corresponds to what mission in the Industrial District?
- 02 Jul 2015, 16:14
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
Hmm, I don't have a debug tab in my GTA2Manager. Any ideas why?
Sorry for asking so many questions.
Sorry for asking so many questions.
- 02 Jul 2015, 15:56
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
Sorry for double post but how do I get the bil scripts to launch when I've started a new game? The Industrial District is like the third section is it not?
- 02 Jul 2015, 15:29
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
I'll try it out. Thanks.
- 02 Jul 2015, 15:11
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
I think there's going to be some more issues if I comment them out.
Are there any open source missions about that I can take a look at?
Are there any open source missions about that I can take a look at?
- 02 Jul 2015, 14:23
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Re: Example GTA 2 Script Not Working
Thanks and thanks
.
Okay so it compiled successfully but it says krisgang_green_1.scr is missing in data\wil for some reason...
Do you know where I can find that file?
It's got something to do with the phones it has, tried looking on here but nothing:
http://nl.m.wikigta.org/wiki/PHONEs_(GTA2)

Okay so it compiled successfully but it says krisgang_green_1.scr is missing in data\wil for some reason...
Do you know where I can find that file?
It's got something to do with the phones it has, tried looking on here but nothing:
http://nl.m.wikigta.org/wiki/PHONEs_(GTA2)
- 02 Jul 2015, 00:27
- Forum: Modding forum
- Topic: Example GTA 2 Script Not Working
- Replies: 16
- Views: 37840
Example GTA 2 Script Not Working
Hi,
For some reason the code that I picked up from the NL GTA modding site doesn't work:
[mis]PLAYER_PED player1 = (129.5, 127.5, 255.0) 25 0
SET_GANG_INFO ( zaibgang , 8 , pistol , machine_gun , rocket_launcher , 3 , 127.5 , 129.5 , 2.0 , 1 , vtype , 2 )
SET_GANG_INFO ( krisgang , 9 , pistol ...
For some reason the code that I picked up from the NL GTA modding site doesn't work:
[mis]PLAYER_PED player1 = (129.5, 127.5, 255.0) 25 0
SET_GANG_INFO ( zaibgang , 8 , pistol , machine_gun , rocket_launcher , 3 , 127.5 , 129.5 , 2.0 , 1 , vtype , 2 )
SET_GANG_INFO ( krisgang , 9 , pistol ...