#1

Код:
  if(strcmp("/Givehello", cmd, true) == 0){
  if(!strlen(tmp)) {
  SendClientMessage(playerid, red, "USAGE: /givehello (id)");
  return 1;
  }
  new giveplayerid = strval(tmp);
  giveplayerid = strval(tmp);
  SendClientMessage(giveplayerid, red, "Hello!");
  return 1;
  }
It shows /givehello (id)
Reply


Messages In This Thread
help - by armyoftwo - 10.12.2009, 11:40

Forum Jump:


Users browsing this thread: 1 Guest(s)