05.03.2015, 16:21
(
Последний раз редактировалось finelaq; 06.03.2015 в 09:17.
Причина: Added saving.
)
INFO
Hello sa-mp forum! I had a idea to make color system such that player can buy two colors for him, sell them and change them. I'm not proffesional scripter, so that's not good script i think. But give your feedback is this good or usless and bad?
IMAGES
DOWNLOAD
UPDATED! - Added saving.
Solidfiles
Pastebin
Hello sa-mp forum! I had a idea to make color system such that player can buy two colors for him, sell them and change them. I'm not proffesional scripter, so that's not good script i think. But give your feedback is this good or usless and bad?
IMAGES
DOWNLOAD
UPDATED! - Added saving.
Solidfiles
Pastebin
pawn Код:
// This was just for testing.
CMD:money(playerid, params[])
{
GivePlayerMoney(playerid, 999999999);
return 1;
}