Quote:
Originally Posted by erminpr0
pawn Код:
// on the top
new bribepickup[MAX_BRIBES];
// gamemode / filterscript init
bribepickup[0] = CreatePickup(1247, 1, X, Y, Z, -1);
// and onplayerpickup
for(new pickup = 0; pickup < MAX_BRIBES; pickup++) { if(pickupid == bribepickup[pickup]) DestroyPickup(pickupid); // here you add some lines if ya want, i Mean WL -- }
|
this will destroy it and makes it not come back again,
1. should i use Timer ?
2. where to put the timer, GameModeInIt ?