Problem with car saving and loading.
#3

For the 2nd one, there is multiple errors. Do something like this:

pawn Код:
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid,name,sizeof(name));
    format( files, 60, "saves/cars/%s.ini",name);
}
Reply


Messages In This Thread
Problem with car saving and loading. - by budelis - 27.06.2011, 21:15
Re: Problem with car saving and loading. - by budelis - 28.06.2011, 06:35
Re: Problem with car saving and loading. - by [HiC]TheKiller - 28.06.2011, 06:41
Re: Problem with car saving and loading. - by budelis - 28.06.2011, 08:08
Re: Problem with car saving and loading. - by budelis - 28.06.2011, 12:12
Re: Problem with car saving and loading. - by budelis - 28.06.2011, 15:07
Re: Problem with car saving and loading. - by budelis - 28.06.2011, 16:23

Forum Jump:


Users browsing this thread: 2 Guest(s)