09.08.2012, 06:28
I think you understood me wrong. It was just an example, i want to write everything with that stock, not only weapon names...
Like:
SendMeMessage(playerid, "opens the door."); ------> * Micheal opens the door.
SendMeMessage(playerid, "takes out his %s", weapon); ------> * Micheal takes out his Deagle.
SendMeMessage(playerid, "thinks of number %d", number); ------> * Micheal thinks of number 10.
I hope you get me? The format in this is what i need.
Like:
SendMeMessage(playerid, "opens the door."); ------> * Micheal opens the door.
SendMeMessage(playerid, "takes out his %s", weapon); ------> * Micheal takes out his Deagle.
SendMeMessage(playerid, "thinks of number %d", number); ------> * Micheal thinks of number 10.
I hope you get me? The format in this is what i need.