03.04.2009, 11:27
Hi All
I Was Woundering If Someone can help me here with admins comands.
I Want To Do Something Like This:
USAGE: /disarm [ID]
I Want It On Level 1337 Admin.
Can SomeOne Explaine me How To?
I Was Woundering If Someone can help me here with admins comands.
I Want To Do Something Like This:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp"(/disarm", cmdtext, true) ==0)
{
ResetPlayerWeapon(playerid);
return 1;
I Want It On Level 1337 Admin.
Can SomeOne Explaine me How To?

