16.12.2015, 12:58
Hi, I'm making a donation system. and I've got a question about this system.
so, here's my question. if player is a donator then I'm gonna give them more slots to buy more cars with extra slots.
The default slot is 1, and if player is a donator, I'm going to give them 2 more slots.
Here's my script.
If player is a donator then do I have to do like this? ---->> if(Player[playerid][donator]) { for(new i=0; i<MAX_CAR_SLOT+2; i++) } or is there any other way to do?
so, here's my question. if player is a donator then I'm gonna give them more slots to buy more cars with extra slots.
The default slot is 1, and if player is a donator, I'm going to give them 2 more slots.
Here's my script.
Код:
#define MAX_CAR_SLOT (1)