#2

Place your ZCMD commands outside everything else - This means, don't place them in callbacks/functions.
pawn Код:
//Example
public OnPlayerSpawn( playerid )
{
   print( "hi" );
   return 1;
}

COMMAND:sayhi( playerid, params[ ] )
{
   print( "This is my first example command of ZCMD." );
   return 1;
}
Reading the ZCMD topic can give you some tips and tricks.
Reply


Messages In This Thread
ZCMD - by davelord - 27.01.2011, 17:29
Re: ZCMD - by Grim_ - 27.01.2011, 17:31
Re: ZCMD - by davelord - 29.01.2011, 12:35
Re: ZCMD - by Raimis_R - 29.01.2011, 12:36
Re: ZCMD - by davelord - 29.01.2011, 12:37

Forum Jump:


Users browsing this thread: 3 Guest(s)