/veh - /carcomponent
#9

Код:
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1509) : error 017: undefined symbol "CreatedCars"
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1509) : error 017: undefined symbol "CreatedCar"
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1509) : error 029: invalid expression, assumed zero
C:\Users\Jaua\Downloads\gta-rp\gamemodes\GTARP.pwn(1509) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
line 1506 to 1513

PHP код:
new Float:X,Float:Y,Float:Z;
            
GetPlayerPos(playeridX,Y,Z);
            new 
carid CreateVehicle(carX+4,Y,Z0.0color1color212000);
            
CreatedCars[CreatedCar] = carid;
            
PutPlayerInVehicle(playeridcarid0);
            
CreatedCar ++;
            
format(stringsizeof(string), "   Vehicle %d spawned."carid);
            
SendClientMessage(playeridCOLOR_GREYstring); 
Reply


Messages In This Thread
/veh - /carcomponent - by Jaua10 - 02.10.2017, 04:54
Re: /veh - /carcomponent - by Zeth - 02.10.2017, 05:57
Re: /veh - /carcomponent - by Jaua10 - 02.10.2017, 07:29
Re: /veh - /carcomponent - by Zeth - 02.10.2017, 14:48
Re: /veh - /carcomponent - by Jaua10 - 02.10.2017, 15:00
Re: /veh - /carcomponent - by n00blek - 02.10.2017, 15:17
Re: /veh - /carcomponent - by Jaua10 - 02.10.2017, 16:00
Re: /veh - /carcomponent - by Zeth - 02.10.2017, 16:09
Re: /veh - /carcomponent - by Jaua10 - 02.10.2017, 16:27
Re: /veh - /carcomponent - by Jaua10 - 02.10.2017, 22:18

Forum Jump:


Users browsing this thread: 1 Guest(s)