Need help fast
#3

its filterscript eh..

pawn Код:
#include <a_samp>
#include <streamer>
#define COLOR_DIS_RED 0xFF0000FF//color

public OnFilterScriptInit()
;

CreateObject(19425, 1895.95, 2715.50, 9.86,   0.00, 0.00, 89.12);     // With this I get error because after this are alot of lines with createobject. so it says symbol already defined 31

After this there are alot of lines with CreateObjec

After createobject there is

//MANSION

public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_DIS_RED,"Be sure to register and join www.xxxxx.xx");
return 1;
}

RemoveBuildingForPlayer(playerid, 7857, 1452.6406, 2667.4453, 17.1953, 0.25); // this line says too symbol already defined.. after this there are alot of line with removebuildingforplayer.

and after it
CreateObject(19378, 1427.56, 2649.52, 14.77,   0.00, -90.00, 0.00); // starts again,alot of createobject lines too.


Please tell how to fix or show
Reply


Messages In This Thread
Need help fast (Symbol already defined Createobject and RemoveBuildingForPlayer) - by VIP475 - 07.08.2012, 12:22
Re: Need help fast - by shitbird - 07.08.2012, 12:25
Re: Need help fast - by VIP475 - 08.08.2012, 06:28
Re: Need help fast - by Devilxz97 - 08.08.2012, 06:41

Forum Jump:


Users browsing this thread: 1 Guest(s)