SA-MP Forums Archive
Neon System and Driving/Boat License for NG:RP edit script - 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: Neon System and Driving/Boat License for NG:RP edit script (/showthread.php?tid=468411)



Neon System and Driving/Boat License for NG:RP edit script - DouglasRamirez - 08.10.2013

Hello guys, I would like to ask if someone here have Neon system for NG:RP Script and If you know how to make Driving/Boating license not for free (Because in many NG:RP Edit server, When you join You'll get Driver/Boating License for free aka Refund) but how to make it not free? For more RP.

Reply here if you can help me


Re: Neon System and Driving/Boat License for NG:RP edit script - SilentSoul - 08.10.2013

https://sampforum.blast.hk/showthread.php?tid=246816
and you can edit to take money from player by using this
pawn Код:
GivePlayerMoney(playerid,-100)
You can edit the ammount to the negative ammount you want


Re: Neon System and Driving/Boat License for NG:RP edit script - DouglasRamirez - 08.10.2013

How can I make /neon use-able in one place only? I mean like on MECHANIC SHOP they can only use /neon there


Re: Neon System and Driving/Boat License for NG:RP edit script - SilentSoul - 08.10.2013

Use
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, floatx,floaty,float,z))
else
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 7.0, floatx,floaty,floatz))
SendClientMessage(playerid,-1,"You need to be in mechanic to use /neon");



Re: Neon System and Driving/Boat License for NG:RP edit script - DouglasRamirez - 08.10.2013

After putting those, I got this 1 WARNING

Код:
C:\Users\user\Desktop\[0.3x]Razer Roleplay\filterscripts\neon.pwn(45) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.



Re: Neon System and Driving/Boat License for NG:RP edit script - SilentSoul - 08.10.2013

Show me line 45 please
Control + g then type 45 and copy it to me


Re: Neon System and Driving/Boat License for NG:RP edit script - DouglasRamirez - 08.10.2013

This Neon system doesn't work on my script
forget it.