Question with donation system.
#1

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.

Код:
#define MAX_CAR_SLOT (1)
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?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)