18.02.2013, 21:33
Can someone show me how to make new commands and be specific!
CMD:yourcmd(playerid, params[])
{
//your CMD here
return 1;
}
CMD:kill(playerid, params[])
{
SetPlayerHealth(playerid, 0);
return 1;
}
CMD:yourcommand(playerid, params[]) { //Do Something Here!! }