01.06.2013, 07:08
Hey,
I want to make a last commands system for my RP script so I know when people metagame etc.
I have these variables
How do I easy give them the last command text like:
/pm 0 HEY HOW YOU DOING?!
Do i need to do something with OnplayerCommandText
or in each command....
I want to make a last commands system for my RP script so I know when people metagame etc.
I have these variables
pawn Код:
CMD1[128],
CMD2[128],
CMD3[128],
CMD4[128],
CMD5[128],
/pm 0 HEY HOW YOU DOING?!
Do i need to do something with OnplayerCommandText
or in each command....