3 questions - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: 3 questions (
/showthread.php?tid=307466)
3 questions -
mineralo - 30.12.2011
1st how to remove to get money when you doing stunt with vehicles?
2nd anybody know a program which easy to get make obejct and remove/delete it + get script's code?
3rd how to make a bot for samp? I need it for I can test my server like killing,deathing and suspecting system
Re: 3 questions -
Gh05t_ - 30.12.2011
Quote:
Originally Posted by mineralo
1st how to remove to get money when you doing stunt with vehicles?
2nd anybody know a program which easy to get make obejct and remove/delete it + get script's code?
3rd how to make a bot for samp? I need it for I can test my server like killing,deathing and suspecting system
|
1.
https://sampwiki.blast.hk/wiki/EnableStuntBonusForAll
2. Err, I'm unaware of what you mean.
3.
https://sampforum.blast.hk/showthread.php?tid=95034
Re: 3 questions -
Face9000 - 30.12.2011
1) OnGameModeInit:
pawn Код:
EnableStuntBonusForAll(0);
0 to disable - 1 to enable stunt bonus.
2) MTA Map Editor +
www.convertffs.com to get the converted code (ex: CreateDynamicObject).
3) You can make a NPC,but i'm not sure if NPC can be killed,i think no.Just ask at your friends to test the server.
Re: 3 questions -
mineralo - 30.12.2011
Quote:
Originally Posted by Logitech90
3) You can make a NPC,but i'm not sure if NPC can be killed,i think no.Just ask at your friends to test the server.
|
I could but my ip always changing and they and me getting boring by giving new ips
Re: 3 questions -
Face9000 - 30.12.2011
Quote:
Originally Posted by mineralo
I could but my ip always changing and they and me getting boring by giving new ips
|
Then,this is the website you need.
http://www.no-ip.com/
Register it,sets "A dns" and add your ip,then download their client at the Download section.
Your address now will be like: yourserver.no-ip.org/com
Give this IP to your friends and keep the downloaded client opened,so you don't have to bother every time your IP changes.
Re: 3 questions -
mineralo - 02.01.2012
what about delete object? with mta I can create but how to remove/delete?
Re: 3 questions -
Dark_Kostas - 02.01.2012
Read this about 2nd
https://sampforum.blast.hk/showthread.php?tid=282801
Re: 3 questions -
mineralo - 02.01.2012
thanks a lot