#1

http://pastebin.pl/19961
Reply
#2

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.
Reply
#3

nothing
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)