- 0
Ajutor urgent !
-
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
Salut SA-MP.Ro am si eu o problema cu sistemu de masini personale din gm-ul meu, am aceste linii:
[pawn] new vehicleid = GetPlayerVehicleID(playerid);
GetPlayerName(playerid, pname, sizeof pname);
if(newstate == PLAYER_STATE_DRIVER)
{
if(vehicleid == phoenixa)
{
if(strcmp(pname, "WiFi", true) ==0)
{
return 1;
}
else
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid,red,"This car is Owned by WiFi.");
}
}
}[/pawn]
[pawn] phoenixa = CreateVehicle(603,-24.6473,1893.7428,17.4348,266.3062,3,3, 7200);[/pawn]
[pawn]new phoenixa;[/pawn]
Cum fac sa adaug sa apara numele ownerului in afara masini si sa adaug o comanda de teleport catre masina privata ?
3 answers to this question
Recommended Posts