[FilterScript] Ulric Vehicle System (for 0.3b and 0.3c)
#21

Nice!
Reply
#22

Quote:
Originally Posted by Markx
View Post
Nice!
Thanks
Reply
#23

Nice FS. I'll try it in my server
Reply
#24

Use this nice for RP haha
Reply
#25

Quote:

C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(70) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(79) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(84) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(89) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(124) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(126) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(149) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(247) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(260) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(274) : warning 217: loose indentation
C:\Games\GTA - San Andreas\filterscripts\Vehicle.pwn(351) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


11 Warnings.

Ahm?^^
Reply
#26

Quote:
Originally Posted by xXGaryXx
View Post
Ahm?^^
Check " { " and the line, that must be flat of all
Reply
#27

Quote:
Originally Posted by hack4ever
View Post
Nice FS. I'll try it in my server
Thanks
Reply
#28

download link does not work
Reply
#29

Quote:
Originally Posted by NekErM@N
View Post
download link does not work
The problem comes from your internet connection
Reply
#30

Anyone tested this?? Working good or ?
Reply
#31

tested it just now its great BUT parking of cars doesnt work am i putting the cars in my gamemode or somewhere else because i can see how in the gamemode could not work so please tell me were it should go
Reply
#32

Edited the car system from 0.2x version to 0.3. Good work. But can this system be edited that way, that a player could own two cars ?
Reply
#33

PLease give me a good sscanf.inc

I search long time but i didn't found...PLEASE HELP ME
Reply
#34

New Update v2.2

Changelog:
Code:
- Added 3 Slot
- New CMD /vcall (Now use a /vcall [Slot]) and with a timer 5 second
- Removed CMD /sellcarto, /vfind and /vunfind
- New CMD /mycar for look you car
- New CMD /openbonnet and /closebonnet
- New CMD /buyalarm to buy alarm in your car
- New CMD /alarmon, /alarmoff, /opendoor, /closedoor, /lighton, /lightoff
- New funtion CreateUlricVehicle
New CMD:
Code:
* /vcall [Slot 1 - 3]
* /mycar
* /openbonnet 
* /closebonnet
* /buyalarm
* /alarmon, 
* /alarmoff, 
* /opendoor, 
* /closedoor, 
*/lighton, 
* /lightoff
How To Create Vehicle ?
Code:
CreateUlricVehicle(ModelID, SpawnX, SpawnY, SpawnZ, Z_Angle, Color1, Color2, Cost
Example:
Code:
CreateUlricVehicle(500,2487.1797,-1682.7505,13.0802,92.0700,4,1,80000);
Download:
Code:
* Pastebin
Reply
#35

In 2.2 version, when someone type /vbuy, server crashes.
Reply
#36

Well, I disable the plugin "Zadmin3.2" and Ulric Vehicle System became operational.

Can you help me? I want to continue using ZAdmin.
Reply
#37

Quote:

C:\Users\user\Desktop\cars.pwn(182) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(183) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(644) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(645) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(649) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(650) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(654) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(655) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(671) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(672) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(676) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(677) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(681) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(682) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(69 : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(699) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(703) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(704) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(70 : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(709) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(725) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(726) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(730) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(731) : error 017: undefined symbol "SetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(735) : error 017: undefined symbol "GetVehicleParamsEx"
C:\Users\user\Desktop\cars.pwn(736) : error 017: undefined symbol "SetVehicleParamsEx"

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


26 Errors.

i get this while i complie please help me im new in this.

Thanks
Reply
#38

Someone, can help me
Reply
#39

Quote:
Originally Posted by GTA-Roleplay
View Post
i do /vbuy but after i do /mycar and come up
Slots 1 - None
Slots 2 - None
Slots 2 - None

can you fix it?
yeah everyone having the same problem im interested to see if any future updates happen as this thread has grabbed my attention.
Reply
#40

Can you Explain more ? i mean How to Create+set a vehicle buyable?
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)