08.11.2012, 04:32
Hello, I am Zack and I have a few questions concerning a role play server that I am working on from scratch. (yes I am new, but I feel this will be the best way to learn ) I am trying to create a status command, but all my attempts have resulted in error, here is a example of my enum used
How can I put this into a "SendClientMessage"?
Also how can I make it detect when I play goes into debt, and have it send them a message?
Thank you in advanced,
Zack
pawn Код:
enum pInfo
{
pPass,
pCash,
pAdmin,
pKills,
pDeaths
}
Also how can I make it detect when I play goes into debt, and have it send them a message?
Thank you in advanced,
Zack