25.02.2010, 19:23
When someone buys something at the shop
Ex: medikit,
It will set
Medikit[playerid] = 1;
But how would i check to see if a player has items, If he dont then it returns a message
And would i be able to put all the items in something like this
Ex: medikit,
It will set
Medikit[playerid] = 1;
But how would i check to see if a player has items, If he dont then it returns a message
And would i be able to put all the items in something like this
pawn Код:
enum Items
{
Medikit,
Armour
}