19.03.2009, 20:32
I'm a "mid class" scripter, not the best, but I dont suck, but I have 1 thing I've been wondering about.
There, I have 1 simple, shit command, but I want more! Where do I add it? Can someone explain it to me! PLEASE!!
Best regards,
Klutty.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 10) == 0)
{
SendClientMessage(playerid,0xFFFFFFAA,"Need help?");
return 1;
}
return 0;
}
There, I have 1 simple, shit command, but I want more! Where do I add it? Can someone explain it to me! PLEASE!!
Best regards,
Klutty.