OK,what's wrong here?(help me please)
#1

Here's my code,I wanted to get rid of all yellow markers replace them with house icons wich teleports you inside the shops(easy as hell) but my problem is:

pawn Код:
new ewsp;
new ercs;
new eclb;
new ebgs;
new ezip;
new esbu;
new egyd;
new ehts;
new ebrb;
new emst;
new ebnc;
new ebgs2;
new ebgs3;
new esfpd;
new eclb2;
new ewsp2;
new evctm;

public OnGameModeInit()
{
   ewsp = AddStaticPickUp(1272,1,-1807.88, 944.69, 25.47,0)
ewsp2 = AddStaticPickUp(1272,1,-1722.62, 1359.80, 7.20,0);
eclb = AddStaticPickUp(1272,1,-1816.68, 617.08, 35.10,0);
eclb2 = AddStaticPickUp(1272,1,-2672.35, 260.49, 4.70,0);
ebgs = AddStaticPickUp(1272,1,-1911.45, 828.40, 35.24,0);
ebgs2 = AddStaticPickUp(1272,1,-2335.78, -166.81, 35.70,0);
ebgs3 = AddStaticPickUp(1272,1,-2356.90, 1008.01, 50.67,0);
ebnc = AddStaticPickUp(1272,1,-2374.77, 910.02, 45.28,0);
esbu = AddStaticPickUp(1272,1,-2491.43, -29.14, 25.70,0);
ehts = AddStaticPickUp(1272,1,-2491.83, -38.83, 25.59,0);
emst = AddStaticPickUp(1272,1,-2243.64, -88.14, 35.72,0);
esfpd = AddStaticPickUp(1272,1,-1605.60, 711.86, 13.81,0);
ezip = AddStaticPickUp(1272,1,-1883.24, 865.67, 35.11,0);
ercs = AddStaticPickUp(1272,1,-2243.19, 128.61, 35.48,0);
egyd = AddStaticPickUp(1272,1,-2551.90, 193.31, 5.90,0);
ebrb = AddStaticPickUp(1272,1,-2570.25, 245.68, 10.31,0);
evctm = AddStaticPickUp(1272,1,-1695.86, 950.77, 25.07);

   return 1;
}
For ones who gonna tell me the unhelpful answer put "#include a_samp" at top of ur gamemode I HAVE IT:

Errors:undefined symbol AddStaticPickUp
Reply


Messages In This Thread
OK,what's wrong here?(help me please) - by Cjgogo - 25.05.2011, 13:39
AW: OK,what's wrong here?(help me please) - by Meta - 25.05.2011, 13:41
Re: OK,what's wrong here?(help me please) - by Hiddos - 25.05.2011, 13:41
Re: OK,what's wrong here?(help me please) - by [DM]Kane - 25.05.2011, 13:41
AW: Re: OK,what's wrong here?(help me please) - by Meta - 25.05.2011, 13:53
Re: OK,what's wrong here?(help me please) - by Seven_of_Nine - 25.05.2011, 14:21
Re: OK,what's wrong here?(help me please) - by Cjgogo - 25.05.2011, 15:10
Re: OK,what's wrong here?(help me please) - by cs_master - 25.05.2011, 16:14
Re: OK,what's wrong here?(help me please) - by Cjgogo - 26.05.2011, 12:25
Re: OK,what's wrong here?(help me please) - by WooTFTW - 26.05.2011, 12:27

Forum Jump:


Users browsing this thread: 6 Guest(s)