20.06.2014, 17:21
[HOW TO DO]When player is on pickup to show this
20.06.2014, 17:22
English translation please.
20.06.2014, 17:27
Here's an example, edit it and make it update correctly.
pawn Код:
#define PICKUP_1 0
public OnPlayerPickUpPickup(playerid, pickupid){
new string[128];
if(pickupid == PICKUP_1{
new amount = 15;
format(string, sizeof(string), "~r~~h~MATERIALS-PACKETS\n~w~~h~Amount: ~y~%d", amount);
GameTextForPlayer(playerid, string, 5000, 3);}
return 1;}
20.06.2014, 19:02
Materiali - Paketi - Materials - Packs
Just translating, don't know the script though
Just translating, don't know the script though
20.06.2014, 22:25
(
Последний раз редактировалось Connor Smith; 22.06.2014 в 00:32.
)
Thanks!
DONE
EDIT: Its ok, its working, but when someone take that materials and how to make to show 0 materials if ammount of materials packs is 0?
DONE
EDIT: Its ok, its working, but when someone take that materials and how to make to show 0 materials if ammount of materials packs is 0?
22.06.2014, 18:49
22.06.2014, 23:52
23.06.2014, 05:14
pawn Код:
if(amount = 0) GameTextForPlayer(playerid, "~r~~h~MATERIALS-PACKETS\n~w~~h~Amount: ~y~0", 5000, 3);
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)