02.12.2009, 12:25
Hey i have an Login / Register System.
How to do that the System Save the Wanted LvL ?
How to do that the System Save the Wanted LvL ?
////Mid-Script example
format(tmp,sizeof(tmp,"CheeseBurgrz = %d",pCheeseBurgrz[playerid]);
fwrite(file,tmp);
//Next line is similar
format(tmp,sizeof(tmp,"KetchupBottlz = %d",pKetchup[playerid]);
fwrite(file,tmp);
////