22.01.2013, 04:00
use a SetTimer or do a variable like this..
post your command then i can fix it for you.
pawn Code:
new MaxCars[MAX_PLAYERS];
pawn Code:
CMD:sultan(playerid){
MaxCars[playerid]++;
if(MaxCars[playerid]>5) return SendClientMessage(playerid, -1, "You can't spawn any more");
//your codes
return 1;
}