[Include] [INC]AddATM - 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: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (
https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] [INC]AddATM (
/showthread.php?tid=168546)
[INC]AddATM -
Ludek - 16.08.2010
I made this INCLUDE, who do you bank with 1 line.
public OnGameModeInit()
Code:
AddBankomat(X,Y,Z,VirtualWorld);
X = Coordinates X
Y = Coordinates Y
Z = Coordinates Z
Virtual World = Virtual World
OnPlayerPickUpPickup:
Code:
Bank_OnPlayerPickUpPickup(playerid);
OnDialogResponse:
Code:
Bank_OnDialogResponse(playerid, dialogid, response, listitem, inputtext);
Please excuse me for my ignorance of English
Re: [INC]AddATM -
playbox12 - 16.08.2010
Hmm looks cool, I don't completely get it but it looks okey.
Oh and you forgot a download link
Re: [INC]AddATM -
Ludek - 16.08.2010
Quote:
Originally Posted by playbox12
Hmm looks cool, I don't completely get it but it looks okey.
Oh and you forgot a download link
|
Thank you for the warning, download added
Re: [INC]AddATM -
wups - 17.08.2010
btw if this adds an ATM object - why didn't you create the rotation?