How to SendClientMessageToAll When somebody does a teleport
#2

pawn Код:
if (strcmp("/Track1", cmdtext, true, 10) == 0)
{
  SetPlayerPos(playerid, 3409.8455,-1482.6224,2.2038);
   new string[50];
  new name[MAX_PLAYER_NAME];
  GetPlayerName(playerid,name,18);
  format(string, sizeof(string), "[%s]: Has Done >> /Track1 << Why Not Join Him?",name);
  SendClientMessageToAll(YELLOW,string);
  return 1;
}
EDIT: Defined string.
Reply


Messages In This Thread
How to SendClientMessageToAll When somebody does a teleport - by aspire5630 - 16.04.2009, 00:58
Re: How to SendClientMessageToAll When somebody does a teleport - by ReV. - 16.04.2009, 01:06

Forum Jump:


Users browsing this thread: 2 Guest(s)