14.07.2012, 13:48
Quote:
1 error
F:\Copy of test.pwn(13) : warning 203: symbol is never used: "dcmd_ram" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. |
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(admin,5,cmdtext);//admin command
dcmd(ram,3,cmdtext);//ram command
return 0;
}