mSelection help me - 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: mSelection help me (
/showthread.php?tid=479071)
mSelection help me -
yaron0600 - 02.12.2013
Hey, I just want to know few things:
1. How can I define price for each specific product(toy) I put in the mSelection, I mean, like helmet 200$, Zoro Helmet 500$?
2.The VehicleAttachObject, How can I know the specific parameters of X,Y,Z for each vehicle to put each object, like cab object on sultan...
Re: mSelection help me -
yaron0600 - 02.12.2013
Bump...
Re: mSelection help me -
Voxel - 03.12.2013
Per item you put:
pawn Код:
if(GetPlayerMoney(playerid) < 10000) return SendClientMessage(playerid, -1, "You do not have enough money to buy this item!");
Re: mSelection help me -
yaron0600 - 03.12.2013
Yeah but The items I put bro, They're inside ScriptFiles inside a .txt so where to write it and give me example for each item please...