26.06.2014, 14:00
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.
// 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.

