[FilterScript] Simple command for spawn vehicle
#1

This is my first FS or more precisely one simple command with which you can create and destroy a vehicle of your choice only enter the vehicle ID you want to create a ex: /veh [ID vehicles] [Color 1] [Color 2], and to destroy the vehicle enter into it and typing /dtc

Download Link

- http://pastebin.com/6zEs2WDZ New Link avalaible with fix small bag's.

FS version v0.1 by Bratic
Reply
#2

Simple but Nice..
Reply
#3

By looking your codes of your Filterscript, you are good at scripting.
Why don't you make something big?
Reply
#4

Nice and simple!
Reply
#5

Quote:
Originally Posted by k0r
View Post
By looking your codes of your Filterscript, you are good at scripting.
Why don't you make something big?
I have a mod I'm doing this otherwise really do not have much time for it. But Thank You
Reply
#6

This doesn't even work. The reason you don't get compiler errors is because THE COMMANDS DON'T EVEN GET CALLED. You don't even include y_cmd. And, some things are just plain wrong,
pawn Code:
SendClientMessage(0xFFFFFFFF, string);
Should be:
pawn Code:
SendClientMessage(playerid, 0xFFFFFFFF, string);
Reply
#7

Might be good
Reply
#8

Quote:
Originally Posted by Abagail
View Post
This doesn't even work. The reason you don't get compiler errors is because THE COMMANDS DON'T EVEN GET CALLED. You don't even include y_cmd. And, some things are just plain wrong,
pawn Code:
SendClientMessage(0xFFFFFFFF, string);
Should be:
pawn Code:
SendClientMessage(playerid, 0xFFFFFFFF, string);
Ty i will be fix it
Reply
#9

Still won't compile. I get a lot of undefined symbols.
For instance,
SCM isn't defined. This can be resolved by defining it like so:
pawn Code:
#define SCM SendClientMessage
X, and GetName also aren't defined but I'm assuming you should be able to fix this as you made the filterscript. Unless, ofcourse, you simply /copy/ and pasted it from somewhere!
Reply
#10

Quote:
Originally Posted by Abagail
View Post
Still won't compile. I get a lot of undefined symbols.
For instance,
SCM isn't defined. This can be resolved by defining it like so:
pawn Code:
#define SCM SendClientMessage
X, and GetName also aren't defined but I'm assuming you should be able to fix this as you made the filterscript. Unless, ofcourse, you simply /copy/ and pasted it from somewhere!
Same situation as well as on my command /pm , I doing in my mode, and when something is not more popular I hang on to this forum. But ty on report.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)