- 0
Problema comanda Bullhorn
-
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
Adrian FW
Am incercat sa fac comanda /bullhorn pentru vehiculele personale , dar imi da erroare
Image: https://imgur.com/a/mktZ37L
YCMD:bullhorn(playerid, params[], help) {
if(PlayerInfo[playerid][pVip] == 1) return 1;
if(!IsPlayerInAnyVehicle(playerid)) return 1;
if(InRaceArena[playerid] == 1 && PlayerInfo[playerid][pAdmin] < 1) return SCM(playerid, COLOR_LGREEN, "Nu ai voie sa folosesti aceasta comanda atata timp cat esti in arena de curse!");
new object1 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
new object2 = CreateObject(19314, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
AttachObjectToVehicle(object1, idd, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000);
AttachObjectToVehicle(object2, idd, 206.44, 1767.66, 17.38,0.000000,0.000000,0.000000);
SCM(playerid, COLOR_YELLOW, "Comanda executata cu succes.");
return 1;
}
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now