Hi, this is probably going to sound like an incredibly simple question, mainly because it is one... but i'm still trying to learn my way around everything, so i'd appreciate the help.
Basiclly, what I want to know is how do I print a variable within a string? For example, I want to do something like this:
Code:
show_hudmessage(0, "Class Wars - [Duel Mode] : Attacking" blueclass1 " VS Defending " redclass1 "!" , g_displayMsg)
Where blue and red inbetween the quotation marks are variables that I want printed, so it can show numbers that change but keep the rest of the text static. How would I do this? I know in java I would do "Text" +variable+ "Text" but i'm uncertain of how it works with pawn. Once again, I really appreciate the help. Thanks in advance!