SA-MP Forums Archive
Need help make a parking fee 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Need help make a parking fee script (/showthread.php?tid=215004)



Need help make a parking fee script - Notorious29 - 22.01.2011

i nee dhelp i want to add a pice in my script when people come to the parking spott they must type /payfee then the gate open and 2 dollars get takes


Re: Need help make a parking fee script - gychem - 22.01.2011

You can make this easy.


Re: Need help make a parking fee script - ExeC - 22.01.2011

Quote:
Originally Posted by gychem
Посмотреть сообщение
You can make this easy.
Lol, why don't you help him then?

@Notorious29, you need to use:

-CreatePickup (When player enters the parking slot) = 'OnPlayerEnterPickup'
-CreateObject (For the gate that opens) = 'OnGameModeInit'
-MoveObject (To open the gate with /payfee command) 'OnPlayerCommandText'
-SetPlayerMoney (For - 2$) 'OnPlayerCommandText'

To create that.

But if you don't want to make that by yourself, post an request here.


Re: Need help make a parking fee script - Notorious29 - 22.01.2011

EXE it me MIKE