Quote:
Originally Posted by Devilxz97
pawn Код:
#include a_samp
new heli;
public OnGameModeInit() { heli = CreatePickup(1318, 1, -2353.2561,-1616.3075,483.6445); return 1; }
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == heli) { GivePlayerMoney(playerid,100000); SendClientMessage(playerid, -1, "You got $100k! by collect the pickups!"); } return 1; }
|
Thanks Dude.. +rep
PS: to the other guy .. (:PPP)