A very nice bot [Need Help]
#4

C:\Documents and Settings\alin\Desktop\PROD\filterscripts\Geo2.pwn( 23) : warning 204: symbol is assigned a value that is never used: "messages"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

lol?

heres my script : (filterscript)

Код:
// This is a comment
// uncomment the line below if you want to write a filterscript
//#define FILTERSCRIPT

#include <a_samp>

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

#endif

public OnPlayerText(playerid, text[])
{
  if(!strcmp(text,"sup sandy",true) || !strcmp(text,"sup sandy ?",true))
	{
 	new messages[][] = {"I'm fine","I'm bored now","I'm playing with my duck"}; /* etc */
	}
	return 1;
}
Reply


Messages In This Thread
A very nice bot [Need Help] - by xKeZx - 16.06.2010, 19:07
Re: A very nice bot [Need Help] - by xKeZx - 17.06.2010, 09:37
Re: A very nice bot [Need Help] - by MJ! - 17.06.2010, 09:44
Re: A very nice bot [Need Help] - by xKeZx - 17.06.2010, 10:52
Re: A very nice bot [Need Help] - by xKeZx - 17.06.2010, 16:06
Re: A very nice bot [Need Help] - by xKeZx - 18.06.2010, 11:59
Re: A very nice bot [Need Help] - by xKeZx - 20.06.2010, 07:12
Re: A very nice bot [Need Help] - by KuHS - 20.06.2010, 07:25
Re: A very nice bot [Need Help] - by RyDeR` - 20.06.2010, 07:47

Forum Jump:


Users browsing this thread: 1 Guest(s)