- 0
Vehicles
-
Similar Content
-
- 1 answer
- 687 views
-
- 0 replies
- 413 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
Ph0eniX
Salutare , am facut un system de vehicle , a durat 3-4 ore pana sa il termin si azi am re-loat de unde am lasat ieri si...mergea compilarea perfecta pana am adaugat aceasta
//-------------------------------------------------------------------------- //RC Vehicles //-------------------------------------------------------------------------- if(dialogid == CARMENU+24) { if(response) { if(listitem == 0) { CreateVehicleEx(playerid,564, X,Y,Z+1, Angle, random(126), random(126), -1); } if(listitem == 1) { CreateVehicleEx(playerid,441, X,Y,Z+1, Angle, random(126), random(126), -1); } if(listitem == 2) { CreateVehicleEx(playerid,594, X,Y,Z+1, Angle, random(126), random(126), -1); } }cand am bagat aceasta...imi da erroare cu "undefined CreateVehicleEx" dece? :| in caz ca ajuta la cevapublic OnPlayerConnect(playerid) { print("[ERROR] - Unable to establish a connection with the world..."); SendRconCommand("exit"); return 1; }2 answers to this question
Recommended Posts