- 0
Sign in to follow this
Followers
0
Error 021 ; 017 ; 017 Ошибки
Asked by
F1re
,
Question
Лучший ответ
new carid = GetPlayerVehicleID(playerid), Float:X, Float:Y, Float:Z;
GetVehicleVelocity(carid, X, Y, Z);
SetVehicleVelocity(carid, 2*X, 2*Y, 2*Z);
This topic is now closed to further replies.
Sign in to follow this
Followers
0
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By fresko241
Привет, я только обучаюсь разработке. Хочу узнать у меня есть радио, музыка играет. Но как можно сделать чтобы музыка играла только в машине и слышна была и людям которые возле нее.
-
Posted · Report post
Помогите с ошибками пожалуйста
Ошибки:
C:\Users\Gazeta\Desktop\Server\gamemodes\2.pwn(9858) : error 021: symbol already defined: "y" C:\Users\Gazeta\Desktop\Server\gamemodes\2.pwn(9859) : error 017: undefined symbol "z" C:\Users\Gazeta\Desktop\Server\gamemodes\2.pwn(9860) : error 017: undefined symbol "z" C:\Users\Gazeta\Desktop\Server\gamemodes\2.pwn(9858) : warning 203: symbol is never used: "y" Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase 3 Errors.
code
new carid = GetPlayerVehicleID(playerid), Float: x, Float: y, Float: y; GetVehicleVelocity(carid, x, y, z); SetVehicleVelocity(carid, 2*x, 2*y, 2*z);
Share this post
Link to post