- 0
Problema Acreatething
-
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
SkyLeAs
Problemă întâlnită (descriere):Pai imi da niste erori..
Ero(area / rile) / warning-(ul / urile):
Liniile de cod / sursa / script-ul:
stock aCreateThing(playerid, thingid, orderid) { new Float:X, Float:Y, Float:Z, Float:Angle; GetPlayerPos(playerid, X, Y, Z); GetPlayerFacingAngle(playerid, Angle); if(thingid != 597) { Vehicle[orderid] = AddStaticVehicleEx(thingid, X, Y, Z + 3, Angle, random(126), random(126), 40); } else { Vehicle[orderid] = AddStaticVehicleEx(thingid, X, Y, Z + 3, Angle, 0, 1, 40); } PutPlayerInVehicle(playerid, Vehicle[orderid], 0); TogglePlayerControllable(playerid, true); return 1; }De aici este problema
Imagini / Video (optional):!!
Aţi încercat să rezolvaţi singur?:Nu stiu cum X_X
6 answers to this question
Recommended Posts