- 0
Problema masini personale
-
Similar Content
-
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
wifi123
Nick:Wifi
Problema:Am si eu o problema cu masinile personale , dupa ce dau respawn la masini , masinile personale se distrug si nu se mai respawneaza la loc
Erori / warnings:-
Lini/script:Mai jos
Ai incercat sa rezolvi singur ?:Da , am incercat mai multe coduri de creat masini personale si la toate aceeasi buba , dispar cand folosesc comanda /respawncars
[pawn]new vehicleid = GetPlayerVehicleID(playerid);
GetPlayerName(playerid, pname, sizeof pname);
if(newstate == PLAYER_STATE_DRIVER)
{
if(vehicleid == WiFi)
{
if(strcmp(pname, "WiFi", true) ==0)
{
return 1;
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid,red,"This car is Owned by WiFi.");
}
}
}[/pawn]
3 answers to this question
Recommended Posts