Jump to content

Question

Posted

Am facut o masina pentru admini ..dar il poate spawna oricine vrea

Uitati comanda

[pawn]if(strcmp(cmdtext, "/hydra", true) == 0) {

if (IsPlayerAdmin(playerid))

        GetPlayerPos(playerid, x, y, z);

        hydra=CreateVehicle(520, x+3, y, z, 900.00, -1, -1, 120);

        PutPlayerInVehicle(playerid, hydra,0);

        LinkVehicleToInterior( hydra, GetPlayerInterior(playerid));

        return 1;}[/pawn]

ce e gresit???

Massari e curva mea

2 answers to this question

Recommended Posts

Posted

[pawn]

if(strcmp(cmdtext, "/hydra", true) == 0)

{

        if (IsPlayerAdmin(playerid))

        {

                GetPlayerPos(playerid, x, y, z);

                hydra=CreateVehicle(520, x+3, y, z, 900.00, -1, -1, 120);

                PutPlayerInVehicle(playerid, hydra,0);

                LinkVehicleToInterior( hydra, GetPlayerInterior(playerid));

        }       

        return 1;

}

[/pawn]

Stiu si eu ... branza e pe bani, dar eu tot ma joc pe gratis!

Posted

In pawno merge perfect fara warn/errori dar cand intru pe server nu mi se spawneaza nimic de la masinile adminilor

Massari e curva mea

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.