I've just some question...
I am still working on a project which will allow you to control weapons.
I have created own commands like this:
- Code: Select all
/rcon aPeacemaker 1 //allows Peacemaker
/rcon aPeacemaker 0 //forbide Peacemaker
But here I have got some problems:
1)
I can't send the client a central print (for example "Weapon not allowed!")...
Can you show me a example?
2)
I can't run my mod on public servers because the client gets errors like this:
- Code: Select all
UI created FAIL! (or something like this)
Thank you!
P.S:
I get some problem while using a integer for the weapon-prizes...
Where I can set that I can use an integer for this?