Need help /wave
#2

Try this:

Код:
if (strcmp(cmdtext, "/wave", true)==0)
  {
      new name[MAX_PLAYER_NAME],str[15];
      GetPlayerName(playerid,name,sizeof(name));
      format(str,sizeof(str),"%s Waves",name);
      SendClientMessageToAll(COLOR_LEMON, str);
      return 1;
  }
Reply


Messages In This Thread
Need help /wave - by Youtube - 18.06.2010, 12:21
Re: Need help /wave - by Naxix - 18.06.2010, 12:44
Re: Need help /wave - by Crezy-Boy - 18.06.2010, 12:47

Forum Jump:


Users browsing this thread: 1 Guest(s)