- 0
Problema comanda /apark
-
Similar Content
-
- 2 answers
- 204 views
-
- 2 answers
- 193 views
-
- 2 replies
- 116 views
-
- 3 answers
- 176 views
-
- 11 replies
- 240 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
Sammich
CMD:apark ( playerid, params [ ] )
{
if (P_DATA[playerid][pAdmin] < 4) return SendClientMessage ( playerid, -1, "* Nu esti autorizat." );
new const vehicleid = GetPlayerVehicleID ( playerid );
GetVehiclePos ( vehicleid, vInfo [ vehicleid ] [ vPos ] [ 0 ], vInfo [ vehicleid ] [ vPos ] [ 1 ], vInfo [ vehicleid ] [ vPos ] [ 2 ] );
GetVehicleZAngle ( vehicleid, vInfo [ vehicleid ] [ vPos ] [ 3 ] );
SaveVehicle ( vMySQLID[ vehicleid ], VEH_TYPE_STATS );
SendClientMessage ( playerid, -1, "* Ai parcat vehiculul aici." );
return 1;
}
Asta este comanda
Si cand dau /vehh pentru a creea o masina si pe urma vreau sa o parchez in alta parte nu se salveaza pozitia sau ceva de genu,va rog ajutati-ma!!
Multumesc!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts