08.08.2012, 06:28
(
Последний раз редактировалось VIP475; 08.08.2012 в 07:03.
)
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