SA-MP Forums Archive
help code - 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 code (/showthread.php?tid=88583)



help code - Mr_C30 - 27.07.2009

hi can you help my ?



new CpPlayer = format(string,sizeof(string),"%d / %d",CurrentCheckpoint, LCurrentCheckpoint);

TextDrawCreate(525, 430.0, CpPlayer);

TextDrawLetterSize(CpPlayer, 1.1, 2.0);
TextDrawBackgroundColor(CpPlayer,0x677270F2);
TextDrawColor(CpPlayer,0xF61414F2);



i have =


(X3) warning 213: tag mismatch

and
error 035: argument type mismatch (argument 3)




I do not see or
its just





scry for my little englich



TY



Re: help code - paytas - 27.07.2009

pawn Код:
format(string,sizeof(string),"%d / %d",CurrentCheckpoint, LCurrentCheckpoint);

new Text:CpPlayer = TextDrawCreate(525, 430.0, string);

TextDrawLetterSize(CpPlayer, 1.1, 2.0);
TextDrawBackgroundColor(CpPlayer,0x677270F2);
TextDrawColor(CpPlayer,0xF61414F2);