#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


Forum Jump:


Users browsing this thread: 1 Guest(s)