HELP ... - 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: HELP ... (
/showthread.php?tid=469262)
HELP ... -
FLapJAck - 12.10.2013
Re: HELP ... -
xVIP3Rx - 12.10.2013
pawn Код:
SendClientMessage(playerid(playerid, COLOR_WHITE, "You don't have enought cash to buy this item.")
?
Why is there two playerid(playerid ?
Replace with
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "You don't have enought cash to buy this item.");
Re: HELP ... -
doreto - 12.10.2013
pawn Код:
SendClientMessage(playerid, COLOR_WHITE, "You dont have enough cash to buy this item.");