[FilterScript] [FS] EVS - Epsilon Vehicle Spawner - 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] EVS - Epsilon Vehicle Spawner (
/showthread.php?tid=125562)
[FS] EVS - Epsilon Vehicle Spawner -
_[HuN]_Epsilon_ - 04.02.2010
This is my simple three months old vehicle spawner.
Give the model id and it will give you the vehicle.
/vehicleme - Vehicle Spawner dialog opens
/vehicleall - Admin Vehicle Spawner dialog opens (This function gives a vehicle every player who're on foot.)
Download: eVS.amx
Source: eVS.pwn
Re: [FS] EVS - Epsilon Vehicle Spawner -
swat853 - 08.02.2010
Thank You But I Got A Error
Quote:
C:\Users\Mak\Desktop\2_3_2010\filterscripts\car2.p wn(16) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
|
Re: [FS] EVS - Epsilon Vehicle Spawner -
smeti - 08.02.2010
Quote:
Originally Posted by swat853
Thank You But I Got A Error
Quote:
C:\Users\Mak\Desktop\2_3_2010\filterscripts\car2.p wn(16) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
|
|
line 16
pawn Код:
if (strcmp("/vehicleme", cmdtext, true) == 0) return ShowPlayerDialog(playerid,KEY_WALK*DIALOG_STYLE_LIST,DIALOG_STYLE_INPUT,"Type the vehicle's model id\n 400-612","Rendben","Tцrцl"),1;
if (strcmp("/vehicleme", cmdtext, true) == 0) return ShowPlayerDialog(playerid,KEY_WALK*DIALOG_STYLE_LIST,DIALOG_STYLE_INPUT,"Vehicle Spawner","Type the vehicle's model id\n 400-612","Rendben","Tцrцl"),1;
Very nice.
Re: [FS] EVS - Epsilon Vehicle Spawner -
MaykoX - 08.02.2010
Nice FS i might use it for my server.
Re: [FS] EVS - Epsilon Vehicle Spawner -
swat853 - 06.03.2010
Quote:
Originally Posted by Phento
Quote:
Originally Posted by swat853
Thank You But I Got A Error
Quote:
C:\Users\Mak\Desktop\2_3_2010\filterscripts\car2.p wn(16) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
|
|
line 16
pawn Код:
if (strcmp("/vehicleme", cmdtext, true) == 0) return ShowPlayerDialog(playerid,KEY_WALK*DIALOG_STYLE_LIST,DIALOG_STYLE_INPUT,"Type the vehicle's model id\n 400-612","Rendben","Tцrцl"),1;
if (strcmp("/vehicleme", cmdtext, true) == 0) return ShowPlayerDialog(playerid,KEY_WALK*DIALOG_STYLE_LIST,DIALOG_STYLE_INPUT,"Vehicle Spawner","Type the vehicle's model id\n 400-612","Rendben","Tцrцl"),1;
Very nice.
|
Thanks Man