View Single Post
Re: Executing command on other clients?
Old
  (#13)
BAStumm
Member
 
BAStumm's Avatar
 
Status: Offline
Posts: 138
Join Date: Jan 2004
Location: Spokane, WA USA
Default Re: Executing command on other clients? - 20-04-2004

Code:
		for (i = 1; i <= gpGlobals->maxClients; i++)
		{
		  if (INDEXENT(i))
		  {
			if (GETPLAYERUSERID(INDEXENT(i)) == slap_num)
			{
???







Last edited by BAStumm; 20-04-2004 at 23:59..
  
Reply With Quote