[help]Letter&Number - 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: [help]Letter&Number (
/showthread.php?tid=194390)
[help]Letter&Number -
Blatnoi - 29.11.2010
How do i use both letter and number while formating message
pawn Код:
new message[128];
format(message,sizeof(message), "%s %i",tehname, vehicle);
UpdateDynamic3DTextLabelText(Text3D:licenselb, WHITE, message);
i need %i which is vehicle to be integer
Re: [help]Letter&Number -
[UG]Scripter - 29.11.2010
Have you tryed using %d
Re: [help]Letter&Number -
Blatnoi - 29.11.2010
deleted!
Re: [help]Letter&Number -
Blatnoi - 30.11.2010
deleted!