27.01.2011, 17:29
Quote:
The command using ZCMD *CODE* |
The command using ZCMD *CODE* |
//Example
public OnPlayerSpawn( playerid )
{
print( "hi" );
return 1;
}
COMMAND:sayhi( playerid, params[ ] )
{
print( "This is my first example command of ZCMD." );
return 1;
}