23.10.2011, 14:10
You would have to create a good amount of global variables, like:
Then set the variables to a true value (1) when they purchase a phone/credits/sim card.
You have to use a lot of ' if ' statements too for all of those global variables.
Код:
HasPhone[playerid] HasSimCard[playerid] HasPhoneCredit[playerid]
You have to use a lot of ' if ' statements too for all of those global variables.