21.07.2013, 19:05
I would say you can put it OnPlayerText, that if he types "7" and he's on the construction duty, then the rest of the code.
Example:
Example:
pawn Код:
if(text[0] == '7' && OnConstructionDuty(wtvr) == 1)
//
your code to load it 7 times