- 0
problema onplayerentervehicle
-
Similar Content
-
- 2 replies
- 72 views
-
- 7 answers
- 555 views
-
- 2 answers
- 91 views
-
- 2 answers
- 151 views
-
- 3 answers
- 141 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Dynamic
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