15.09.2009, 13:45
You don't have those commands in your script. You will have to make them like:
pawn Код:
dcmd_register(playerid, params[])
{
// code here
return 1;
}