SA-MP Forums Archive
[FilterScript] [FS] Vehicle Spawner by Garciat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [FS] Vehicle Spawner by Garciat (/showthread.php?tid=20393)

Pages: 1 2


[FS] Vehicle Spawner by Garciat - Garciat - 26.12.2007

[FS] Vehicle Spawner 1.1
Controls car spawning by players!
Commands: You can modify:
Download .PWN
Download .AMX
If you want any custom settings, PM me or EMAIL me.


Re: [FS] Vehicle Spawner by Garciat - Alejandro - 27.12.2007

nice FS.


Re: [FS] Vehicle Spawner by Garciat - snipe69 - 27.12.2007

nice fs


Re: [FS] Vehicle Spawner by Garciat - Garciat - 27.12.2007

Quote:
Originally Posted by Alejandro
nice FS.
Quote:
Originally Posted by [TG
Snipe ]
nice fs
Thanks! Do you have any questions or doubts?


Re: [FS] Vehicle Spawner by Garciat - robanswe - 27.12.2007

This is one of the best vehicle spawner script I have seen released.


Re: [FS] Vehicle Spawner by Garciat - Alejandro - 27.12.2007

Quote:
Originally Posted by Garciat
Quote:
Originally Posted by Alejandro
nice FS.
Quote:
Originally Posted by [TG
Snipe ]
nice fs
Thanks! Do you have any questions or doubts?
its okay to add more vehicles to spawn right?


Re: [FS] Vehicle Spawner by Garciat - Garciat - 27.12.2007

Quote:
Originally Posted by robanswe
This is the best Vehicle Spawner i have seen
Thank you very much.


Quote:
Originally Posted by Alejandro
its okay to add more vehicles to spawn right?
Do you mean increase the MAX_PLAYERCARS? Yes, it's safe.


Re: [FS] Vehicle Spawner by Garciat - cmg4life - 27.12.2007

u could do a Topic with more FS at once... don t make twenty topics for twenty timers or commands... i mean ... nvm... kewl stuffs


--------------------------------------------------------------------------------------------------------------------------------
kewl = cool :P


Re: [FS] Vehicle Spawner by Garciat - Garciat - 27.12.2007

Updated

I removed dutils and dudb from the script because they were not needed.


Re: [FS] Vehicle Spawner by Garciat - Meester Proper - 06.01.2008

could you pls make that admins only use it?


Re: [FS] Vehicle Spawner by Garciat - Rexy1245 - 14.01.2008

yeah could u make a version, that rcon only can use it??


Re: [FS] Vehicle Spawner by Garciat - Freestyler - 14.01.2008

FOR RCON ADMIN EXAMPLE:
Code:
if(strcmp(cmdtext, "/motos", true) == 0 && IsPlayerAdmin(playerid) == 1)



Re: [FS] Vehicle Spawner by Garciat - Rexy1245 - 15.01.2008

It wont let me download it.. could you mirror it?


Re: [FS] Vehicle Spawner by Garciat - Garciat - 17.01.2008

Quote:
Originally Posted by Rexy1245
It wont let me download it.. could you mirror it?
The links are working.


Re: [FS] Vehicle Spawner by Garciat - [LDT]LuxurY - 17.01.2008

nice spawner! :P


Re: [FS] Vehicle Spawner by Garciat - Deviance1234 - 17.01.2008

F:\GTA\szerver\filterscripts\vehicles.pwn(33) : error 017: undefined symbol "strtok"
F:\GTA\szerver\filterscripts\vehicles.pwn(33) : error 033: array must be indexed (variable "cmd")
F:\GTA\szerver\filterscripts\vehicles.pwn(4 : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(62) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(66) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(67) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(70) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(71) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(74) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(75) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(7 : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(79) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(82) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(83) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(86) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(87) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(90) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(91) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(94) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(95) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(9 : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(99) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(102) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(103) : error 079: inconsistent return types (array & non-array)
F:\GTA\szerver\filterscripts\vehicles.pwn(106) : error 004: function "CarSpawner" is not implemented
F:\GTA\szerver\filterscripts\vehicles.pwn(107) : error 079: inconsistent return types (array & non-array)

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


26 Errors.
why?


Re: [FS] Vehicle Spawner by Garciat - GTAPlayer13 - 01.02.2008

the link isent working it says forbidden plzz can you host it on a different site


Re: [FS] Vehicle Spawner by Garciat - Ronny_Cope - 02.02.2008

Do they spawn there after serverrestart ? I mean if they will be saved somewhere then..


Re: [FS] Vehicle Spawner by Garciat - AKIN - 02.02.2008

nice fs Thanks


Re: [FS] Vehicle Spawner by Garciat - Rks25 - 03.02.2008

Isnt it possible to make like an /vec [id] which will create an vehicle by id (just like in debug) with an max.
that would be much better, cuz now a lot of guys are adding id's.

Rksss