* Readme file - fixed.
* Archive - fixed.
* MMP file - I can't fix it. The game crashes (11.42):
[MapFiles]
GMPFile = rmf.gmp
STYFile = bil.sty
SCRFile = rmf.scr
Description = Russian Mafia's Factory
[mis]
PLAYER_PED gracz1 = ( 136.50, 137.50, 3.00 ) 10 180
PLAYER_PED gracz2 = ( 136.50, 125.50, 3 ...
Search found 4 matches
- 03 Aug 2012, 20:38
- Forum: Maps
- Topic: Russian Mafia's Factory
- Replies: 3
- Views: 8852
- 03 Aug 2012, 11:04
- Forum: Maps
- Topic: Russian Mafia's Factory
- Replies: 3
- Views: 8852
Russian Mafia's Factory
http://gtamp.com/text/gta2text.php?font=4&color=9&bg=2&text=Russian+Mafia%27s+Factory
[russia] http://gtamp.com/text/gta2text.php?color=9&shiny=1&text=Informations%3A
Name: Russian Mafia's Factory
Players: 2-4
[russia] http://gtamp.com/text/gta2text.php?color=9&shiny=1&text=Description%3A ...
[russia] http://gtamp.com/text/gta2text.php?color=9&shiny=1&text=Informations%3A
Name: Russian Mafia's Factory
Players: 2-4
[russia] http://gtamp.com/text/gta2text.php?color=9&shiny=1&text=Description%3A ...
- 22 Jul 2012, 09:31
- Forum: Modding forum
- Topic: GIVE_WEAPON after dead.
- Replies: 4
- Views: 11811
Re: GIVE_WEAPON after dead.
Thanks, Sektor. It's working very well!
I have a very interesting idea for my map : ).
I have a very interesting idea for my map : ).
- 22 Jul 2012, 08:52
- Forum: Modding forum
- Topic: GIVE_WEAPON after dead.
- Replies: 4
- Views: 11811
GIVE_WEAPON after dead.
Hi all.
I have a little problem with script. It don't work correctly.
PLAYER_PED p1 = ( 136.50, 137.50, 3.00 ) 10 180
COUNTER loop = 1
LEVELSTART
WHILE_EXEC ( loop = 1 )
IF ( CHECK_CHARACTER_HEALTH ( p1 , 0 ) )
GIVE_WEAPON ( p1 , ROCKET_LAUNCHER , 10 )
ENDIF
ENDWHILE
LEVELEND
Script ...
I have a little problem with script. It don't work correctly.
PLAYER_PED p1 = ( 136.50, 137.50, 3.00 ) 10 180
COUNTER loop = 1
LEVELSTART
WHILE_EXEC ( loop = 1 )
IF ( CHECK_CHARACTER_HEALTH ( p1 , 0 ) )
GIVE_WEAPON ( p1 , ROCKET_LAUNCHER , 10 )
ENDIF
ENDWHILE
LEVELEND
Script ...