Jump to content
  • 0

Cum Sa Adaug Arme In Server?


Guest Underflash

Question

14 answers to this question

Recommended Posts

  • 0
Guest Underflash

comanda de creere care e?

Asta:

public OnPlayerPickupPickup(playerid, pickupid)

{

if (pickupid == mypickup) // Check that the picked up pickup id is the same as the id of the one we created

{

// It is

SendClientMessage(playerid, COLOR_WHITE, "You received $10000!"); // Message the player

GivePlayerMoney(playerid, 10000); // Give the player the money

}

else if (pickupid == (some other pickup))

{

// Another pickup, do something else

}

return 1;

tree bagata in pawno?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.