11.12.2012, 20:19
hello, how can I do that once used the pickup is destroyed? and perhaps after a certain period of time return?
so now I have, and they are fixed they never go away
how can I change it to disappear once used?
Tanks
so now I have, and they are fixed they never go away
Код:
new pickup1
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == pickup1) { GivePlayerWeapon(playerid, 38, 30); GameTextForPlayer(playerid, "Minigun riceived", 3000, 6); } return 1; }
Код:
pickup1 = CreatePickup(1247, 23, 353.0605,2510.9663,16.5435,0);
Tanks