19.12.2010, 17:50
I don't really get what do you want, but here:
Hope it helps.
pawn Код:
if(vid >= MAX_CARS_FOR_SERVER)
{
new str[32];
format(str,sizeof(str),"Vehicle limit is %d. No vehicles can be spawned",MAX_CARS_FOR_SERVER);
print(str);
SCM(playerid, COLOR_LIGHTRED, str);
return 0;
}