SA-MP Forums Archive
How to put toys at binco? - 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: How to put toys at binco? (/showthread.php?tid=251186)



How to put toys at binco? - Aizen - 26.04.2011

Hello,i need help.how to script put toys at binco?with command /buytoys


Re: How to put toys at binco? - [L3th4l] - 26.04.2011

pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10, x, y, z)) // replace with the loc of binco
{
    if(GetPlayerMoney(playerid) <= 50) return 0;

    GivePlayerWeapon(playerid, 12, 1); // Nicest and longest Vibrator lol
}



Re: How to put toys at binco? - Emmet_ - 26.04.2011

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 10, x, y, z)) // replace with the loc of binco
{
    if(GetPlayerMoney(playerid) <= 50) return 0;

    GivePlayerWeapon(playerid, 12, 1); // Nicest and longest Vibrator lol
}
LOL

there you go

had to remove my code cuz it was similiar :P