help code
#1

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
Reply
#2

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);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)