SA-MP Forums Archive
help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help (/showthread.php?tid=133627)



help - hex575 - 13.03.2010

http://pastebin.pl/19961


Re: help - Jeffry - 13.03.2010

pawn Код:
#include <a_samp>
new brama1;
new brama2;
new brama3;
new brama4;
new ID_Bramy;

public OnGameModeInit()
{
ID_Bramy=1234; //Change this to your objects ID. :D
brama1 = CreateObject(ID_Bramy,2165.4202,960.5814,15.6720);
brama2 = CreateObject(ID_Bramy,2215.3276,951.5836,15.6720);
brama3 = CreateObject(ID_Bramy,2193.6895,926.8719,15.6720);
brama4 = CreateObject(ID_Bramy,2161.5376,932.4875,15.6720);
return 1;
}
Should work.
Btw....change the things in the dialog too. Else it will give Undefined Symbol error.


Re: help - hex575 - 13.03.2010

nothing


Re: help - Jeffry - 13.03.2010

Quote:
Originally Posted by hex575
nothing
Can you explain some more things that happen?
Else we cant help you.