OBJECT PROBLEM!
#4

ongamemodeinit:
pawn Код:
Load();
and then :
in anywhere in your gm:
pawn Код:
Load()
{
//LSPD Button
    lspdcopsonly = CreateButton(244.90686035156, 72.328125, 1003.9609375, 3.0); // ONLYS ONLY
    lspdeveryone = CreateButton(244.92, 73.42, 1004.27, 92.0); // People, ^^==LSPD

//  Donator/gate = CreateDynamicObject(16773, 1643.5999755859, -1714.5, 15.5, 0.000000, 0.000000, 90); //VIP Gate

    CreateDynamicObject(2886, 244.90686035156, 72.328125, 1003.9609375,0,0,3.0, 20002); //lspdcopsonly button
    CreateDynamicObject(2886, 244.92, 73.42, 1004.27,0,0,92.0, 20002); //lspdeveryone button

    lspddoor1 = CreateDynamicObject(1569, 246.35150146484, 72.547714233398, 1002.640625, 0.000000, 0.000000, 0.000000); //
    lspddoor2 = CreateDynamicObject(1569, 245.03300476074, 72.568511962891, 1002.640625, 0.000000, 0.000000, 0.000000); //

    // Faction gates
    LSPDGate = CreateDynamicObject(968, 1544.6943359375, -1630.73046875, 13.27956199646, 0.000000, 90, 90); //
    LSPDGate2 = CreateDynamicObject(971, 1588.6428222656, -1638.02734375, 15.240161895752, 0, 0, 181.03271484375);
    FBIGate1 = CreateDynamicObject(971, 320.40628051758, -1487.9129638672, 26.900407791138, 0.000000, 0.000000, 144.85501098633); //
    FBIGate2 = CreateDynamicObject(971, 283.96463012695, -1543.154296875, 27.167940139771, 0.000000, 0.000000, 326.25500488281); //
return 1;
}
Reply


Messages In This Thread
OBJECT PROBLEM! - by Yasubo - 01.05.2014, 10:07
Re: OBJECT PROBLEM! - by Bingo - 01.05.2014, 10:30
Re: OBJECT PROBLEM! - by Yasubo - 01.05.2014, 10:57
Re: OBJECT PROBLEM! - by Eth - 01.05.2014, 11:00
Re: OBJECT PROBLEM! - by BigBrainAFK - 01.05.2014, 11:04

Forum Jump:


Users browsing this thread: 1 Guest(s)