Problem with car system
#5

I don't really get what do you want, but here:
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;
}
Hope it helps.
Reply


Messages In This Thread
Problem with car system - by Arcanize - 19.12.2010, 14:14
Re: Problem with car system - by Arcanize - 19.12.2010, 14:35
Re: Problem with car system - by Arcanize - 19.12.2010, 16:14
Re: Problem with car system - by Arcanize - 19.12.2010, 17:42
Re: Problem with car system - by Norck - 19.12.2010, 17:50

Forum Jump:


Users browsing this thread: 1 Guest(s)