Help With Chat
#5

Quote:
Originally Posted by SilentHuntR
Quote:
Originally Posted by TehSeren
Oh, and not to be an ass.
May not have been intentional but you did a good job nonetheless.
pawn Код:
//Up Top of Script
forward RandomMessage();

//under OnGameModeInit()
SetTimer("RandomMessage",180000,1); // 3 minutes

//Outside of any callbacks
public RandomMessage()
{
  new tmp = random(3); //amount of messages + 1
  if(tmp==0)SendClientMessageToAll(COLOR,"MESSAGE"); //start at 0
  if(tmp==1)SendClientMessageToAll(COLOR,"MESSAGE");
  if(tmp==2)SendClientMessageToAll(COLOR,"MESSAGE");
}
Код:
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\include\cps.inc(140) : warning 208: function with tag result used before definition, forcing reparse
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(62) : error 055: start of function body without function header
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(63) : error 021: symbol already defined: "StartSystem"
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(71) : error 021: symbol already defined: "AddPlayerClassEx"
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(77) : error 021: symbol already defined: "AddPlayerClassEx"
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(83) : error 021: symbol already defined: "AddStaticVehicle"
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(106) : error 021: symbol already defined: "AddStaticVehicle"
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(127) : error 010: invalid function or declaration
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(132) : error 010: invalid function or declaration
C:\Users\Tj\Desktop\SA\Server Dedi\pawno\GTS-B4LV.pwn(139) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


9 Errors.
Reply


Messages In This Thread
Help With Chat - by TehSeren - 24.04.2009, 19:42
Re: Help With Chat - by MenaceX^ - 24.04.2009, 19:56
Re: Help With Chat - by TehSeren - 24.04.2009, 19:58
Re: Help With Chat - by Joe Staff - 24.04.2009, 20:38
Re: Help With Chat - by TehSeren - 24.04.2009, 20:46
Re: Help With Chat - by Joe Staff - 24.04.2009, 21:09

Forum Jump:


Users browsing this thread: 2 Guest(s)