Jump to content
  • 0

problema onplayerentervehicle


Dynamic

Question

Nick: Dynamic

Problema: am luat sistemul AVS de pe net l-am bagat totul ok bag dealership, masini, imi cumpar masina personala problema e ca nu o face personala apoi cand dau rr la server face masina personala dar se este inchisa si zice ca nu e a mea

Erori / warnings: -

Lini/script:

[pawn]public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)

{

if(!ispassenger)

{

new id = GetVehicleID(vehicleid);

if(IsValidVehicle(id) && VehicleCreated[id] == VEHICLE_PLAYER)

{

new msg[128];

format(msg, sizeof(msg), "This vehicle belongs to %s", VehicleOwner[id]);

SendClientMessage(playerid, COLOR_GREY, msg);

}

}

return 1;

}[/pawn]

Ai incercat sa rezolvi singur ?: da

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

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.