Jump to content
  • 0

[barci]AddStaticVehicleEx


Seven

Question

3 answers to this question

Recommended Posts

Bagi un sistem de vehicule,scri /car [numele barcii] sau /v ma rog asta depinde de sistem te duci unde vrei sa o pui si scri /save,iei coordonatele sin mydocuments san andreas.. si bagi in gm.

[glow=blue,2,300]SAMP.[glow=yellow,2,300]RSP-GAME[glow=red,2,300].NET[/glow][/glow][/glow]

Link to comment
Share on other sites

[pawn]COMMAND:boat(playerid, params[])

{

// Send the command to all admins so they can see it

SendAdminText(playerid, "/boat", params);

// Check if the player has logged in

if (APlayerData[playerid][LoggedIn] == true)

{

// Check if the player's admin-level is at least 1

if ((APlayerData[playerid][PlayerLevel] >= 2) || (APlayerData[playerid][VPlayerLevel] >= 2))

{

// Make sure the player isn't inside a vehicle

if (GetPlayerVehicleID(playerid) == 0)

{

// Ask which motorcycle the player wants to have

ShowPlayerDialog(playerid, DialogBoat, DIALOG_STYLE_LIST, "Choose a boat:", "Coastguard\nDinghy\nJetmax\nLaunch\nMarquis\nPredator\nReefer\nSpeeder\nSquallo\nTropic", "Spawn", "Cancel");

// Let the server know that this was a valid command

return 1;

}

}

else

    return 0;

}

else

    return 0;

// Let the server know that this was a valid command

return 1;

}[/pawn]

comanda mea in fine trebuie sa o mai modifici tu

<a href="http://www.game-state.eu/188.212.105.161:7777/"><img src="http://www.game-state.eu/188.212.105.161:7777/430x73_FFFFFF_FF9900_000000_000000.png" alt="www.Game-State.eu" style="border-style: none;" /></a>

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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.