SA-MP Forums Archive
Formatting Sometimes Works [HELP] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Formatting Sometimes Works [HELP] (/showthread.php?tid=166651)



Formatting Sometimes Works [HELP] - Kyle - 09.08.2010

http://pastebin.com/p1TWvbj5

That happens when i open the server,

Sometimes it prints it. but somtimes it gets to step 5 and stops when it gets to the format.

Why?


Re: Formatting Sometimes Works [HELP] - MadeMan - 09.08.2010

I think VehicleIDs are vehicle models so

pawn Код:
format(string2,sizeof(string2),"Todays Bonus Vehicle Is The %s, First person to sell this to autobahn receives $%d",VehiclesName[BonusVehicleID-400],BonusVehiclePrice);



Re: Formatting Sometimes Works [HELP] - Kyle - 09.08.2010

Thanks mate.