WWW.GAMEZ.RU


Гав!






Ой!Так, так, что у нас тут новенького?Ляляля ляляля ..
#Обсуждение игр. Выберите букву, на которую начинается игра >>

/   В Корень
  Добавить коды
  Игровой чат
  Игровые Новости
  Поиск в базе
  Основная база
  Обсуждение игр
  Скачать игры
  Что нового?
  Top100 Games
  Ваше мнение?
 
 
 
КосмоТанк.
КосмоТанк

Веселая ферма 3
Веселая ферма 3

Сокровища Монтесумы 3
Сокровища Монтесумы 3



Игра: Abuse (English language)
Тип документа : Hint Всего страниц : 44 Текущая : 6

Usage: (ammo_total weapon_type)
Returns: How much ammo the object has
Good for counting exactly how much ammo the object has in a
certain slot. For example, in the (bg)'s ai, you might do:
(ammo_total (current_weapon_type)). I can't see why you'd want
to do this outside of the (bg)...
;;------------------------------------------------------------------------
Function: argc
Usage: (argc)
Returns: Int
Use (argc) to extract the number of command line parameters. For
example, if you started abuse by just typing "abuse -edit", then
(argc) would return 2.
;;------------------------------------------------------------------------
Function: argv
Usage: (argv [n])
Returns: String
(argv) will extract the [n]th argument from the command line.
Note that n is 0 as in C and C++. So, if you started abuse with the
command line "abuse -edit", then (argv 1) returns "-edit".
;;------------------------------------------------------------------------
Object Function: bg
Usage: (bg)
Returns: A pointer to the closest player object
bg stands for BadGuy. It returns a pointer to the _closest_ player
in the game. If you're playing a networked or multi-player game,
this may not always be the same player. For example, you might say
(with_object (bg) (set_hp 100)) to give the closest player 100% health.
;;------------------------------------------------------------------------
Function: blocked_down
... Далее >>

Выберите страницу:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


(Все страницы)
Кто прислал: Ангел Свет (BFA) Когда: 26:10:1999 - стр. 6 -




Рейтинг@Mail.ru

Since 1998, Oleg Ilin ()
WWW.GAMEZ.RU 2024.03.19 06:34:28All Rights Reserved