18.11.2013, 19:26
So i have a simple random message system made, But my question is now how can i put strings in the random messages.
Here the code to explain more:
[BOT]Do you know that %s %d kills have! = Than is the %s the name and the %d the kills but how can i get the kills and the name in the random messages.
Already thanks for the help!
Here the code to explain more:
pawn Код:
new randominf[][] =
{
"[BOT]Do you know that %s %d kills have!",
"[BOT]Do you know that %s registered on %s!",
"[BOT]Do you know that %s is member level %d!"
};
Already thanks for the help!