Vehicle UID, need help
#2

pawn Код:
new str[24];
for(new d=0; d < MAX_CARS; d++)
{
    format(str,sizeof(str),"/Cars/%d.cfg",d);
    if(!fexist(str)) // first empty slot
    {
        // create a file
        break;
    }
}
Reply


Messages In This Thread
Vehicle UID, need help - by HondaCBR - 31.12.2011, 23:42
Re: Vehicle UID, need help - by Jefff - 01.01.2012, 00:43
Re: Vehicle UID, need help - by HondaCBR - 01.01.2012, 07:34
Re: Vehicle UID, need help - by HondaCBR - 01.01.2012, 11:03
Re: Vehicle UID, need help - by HondaCBR - 01.01.2012, 12:46

Forum Jump:


Users browsing this thread: 1 Guest(s)