09.12.2009, 19:08
pawn Код:
if(strcmp(cmd, "/example1", true) == 0)
{
SendClientMessage(playerid, GREEN, "Example command one!");
return 1;
}
pawn Код:
if(strcmp(cmd, "/example2", true) == 0)
{
SendClientMessage(playerid, GREEN, "Example command two!");
return 1;
}