19.08.2009, 21:07
Just now (SA-MP 0.2X) - creating pickup for a specific player it's not possible (maybe on plugin only...).
Hmm, check your pickup types, and test the count again.
If you want - an pickup counter, that I just scripted now (didn't tested it):
Hmm, check your pickup types, and test the count again.
If you want - an pickup counter, that I just scripted now (didn't tested it):
pawn Code:
new pCount = CreatePickup(1240,2,0.0,0.0,0.0);
DestroyPickup(pCount);
printf("Pickups count: %d",--pCount);