How to make Level System
#4

Try to do something like that:

// On top of your script
new level[MAX_PLAYERS];

// Command
CMD:buylevel(playerid, params[])
{
GivePlayerMoney(playerid, -200);
level[playerid]=1;
return 1;
}

Sorry I don't know why [PAWN] [PAWN] not working.
Reply


Messages In This Thread
How to make Level System - by prooftzm - 26.06.2014, 13:22
Re: How to make Level System - by RedFusion - 26.06.2014, 13:35
Re: How to make Level System - by prooftzm - 26.06.2014, 13:52
Re: How to make Level System - by Tadas - 26.06.2014, 14:00
Re: How to make Level System - by RedFusion - 26.06.2014, 14:09
Re: How to make Level System - by prooftzm - 26.06.2014, 14:09
Re: How to make Level System - by Dignity - 26.06.2014, 14:16
Re: How to make Level System - by RedFusion - 26.06.2014, 14:18
Re: How to make Level System - by prooftzm - 26.06.2014, 14:25
Re: How to make Level System - by RedFusion - 26.06.2014, 14:31

Forum Jump:


Users browsing this thread: 1 Guest(s)