11.11.2012, 13:30
Hello.
I have a quick question. I am working with pickups in my script of capture the flag game, where a pickup is a flag. So, If a person from team 1 tries to pickup his own flag, I want the pickup to remove and then spawn another one. Ive visited https://sampwiki.blast.hk/wiki/DestroyPickup this website but they use this to assign id to it:
. When I try doing that, it tells me:
What should I do to "define it"? Thank you
I have a quick question. I am working with pickups in my script of capture the flag game, where a pickup is a flag. So, If a person from team 1 tries to pickup his own flag, I want the pickup to remove and then spawn another one. Ive visited https://sampwiki.blast.hk/wiki/DestroyPickup this website but they use this to assign id to it:
Код:
pickup_armour = CreatePickup ( 1242, 2, 1503.3359, 1432.3585, 10.1191 );
Код:
error 017: undefined symbol "pickup_armour"