Author Topic: Cannot figure out!  (Read 876 times)

0 Members and 1 Guest are viewing this topic.

Offline Mercury92

  • Camper
  • ***
  • Posts: 284
Cannot figure out!
« on: January 04, 2008, 04:43:16 am »
I want to make unlimited of Predator kit. I know how to spawn near player it etc.. But i cant figure how to make it unlimited.
[saw]  on 1.5.1

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1904
Re: Cannot figure out!
« Reply #1 on: January 04, 2008, 05:39:22 am »
Set up some sort of timer, use SpawnObject/GiveBonus to give the player predator every 25 seconds.

Offline Mercury92

  • Camper
  • ***
  • Posts: 284
Re: Cannot figure out!
« Reply #2 on: January 04, 2008, 07:37:05 am »
Ok
But, how to make it only for e.g Alpha team.
[saw]  on 1.5.1

Offline KwS Pall

  • Major(1)
  • Posts: 49
  • I'm going to write Tibia for Soldat
Re: Cannot figure out!
« Reply #3 on: January 04, 2008, 08:07:42 am »
check the player team
I'm going to write Tibia for Soldat

Offline Mercury92

  • Camper
  • ***
  • Posts: 284
Re: Cannot figure out!
« Reply #4 on: January 04, 2008, 12:05:03 pm »
Okey I have made that:
When i Join Alpha Predator Kit is active, When i join BRAVO also Predator Kit is active. How to make it only for Alpha?
« Last Edit: January 04, 2008, 12:13:48 pm by Mercury92 »
[saw]  on 1.5.1

Offline spkka

  • Camper
  • ***
  • Posts: 469
Re: Cannot figure out!
« Reply #5 on: January 04, 2008, 12:20:07 pm »
if GetPlayerStat(ID,'team') = 1 then ?