09.10.2010, 05:11
Mine problem:
I have in gamemode to admin can make hiden package(pickup) when player pick it get somethin...
Btw i added today some fs in my server with pickups..Now when player pick those pickups it write he found hiden package..But he didnt.So when player pick any pickup it will write he found hp.Anyone know how fix that?
I have
I have in gamemode to admin can make hiden package(pickup) when player pick it get somethin...
Btw i added today some fs in my server with pickups..Now when player pick those pickups it write he found hiden package..But he didnt.So when player pick any pickup it will write he found hp.Anyone know how fix that?
I have
Quote:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == pickup) { //what happend when player pick hided package } return 1; } |