[Tool/Web/Other] [APP] Own Vehicle Generator 2.0 | Fixed link
#21

Nice, I like it & thanks.
Reply
#22

Quote:
Originally Posted by toshkaz
and from where to get the amx file or make it ?
Check "Build FS" box and after you click "Generate" a filterscript will be created in the same folder where this program is located. You only need to compile it using pawno or other editor.
Reply
#23

thank you,and what about if i wanna be reserved for more players,what to do?

the respawn time in what type is it ? seconds,minutes-etc.?

and how to make a message if someone who wanna enter and the car is not reserved to him to write you cant enter the car is reserved for ... etc. ?
Reply
#24

why can't I select IP

I tried to make a car, but I need to check on IP, not name. Please help me
Reply
#25

pawn Код:
/* OnPlayerStateChange */

new ip[20],vid = GetPlayerVehicleID(playerid);
GetPlayerIp(playerid,ip,sizeof ip);
if(vid == YOUR_VEHICLE && strcmp(ip,"Your.Ip.Adress"))
{
RemovePlayerFromVehicle(playerid);
return SendClientMessage(playerid,0xFF0000FF,"It isnt your Vehicle! Get out!");
}
Reply
#26

Nice. It's simple, and it should help those in need of learning how to do things such as this. I can't tell you how many times I've seen the newer scripters wanting to know how to do this.
Reply
#27

If your using local-host. Use "127.0.0.1" or "localhost" in the IP Address > It will be for all players who's on your network.

~Hakam.
Reply
#28

and this cars can Sell ( i mean Dealership )
Reply
#29

VERY VERY NICE THANKS ILL USE IT
Reply
#30

Nice Job
Reply
#31

It would Be Awesome If You Give A Nice GUI
Reply
#32

links are dead
Reply
#33

Working links:
Reply
#34

thanks!
Reply
#35

Lol Nice
Reply
#36

Love it, thank you!
Reply
#37

Hey i need help....i have make everything nicely, i see car in game but if i try to get in cant, can just to seat as passenger not driver....pls help!
Reply
#38

Is it really necessary to add the keys/
Reply
#39

LOOKS GREAT!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)