13.10.2013, 19:58
(
Последний раз редактировалось Reydifox; 15.10.2013 в 12:23.
)
hi all,
i am doing new FS for samp "Mariuana Fields"
...
here is codehttp://pastebin.com/qKUXyZJL
all works fine if is field free show me dialog
but when i bought it text label updated my name but when i went to other free field dont showed me DIALOG_MARIJUANA_BUY... nothing... and in my bought field too nothing may show this
and add one gram of marijuana in one minute.
can someone help me? what is wrong... when it will be fixed ill submit topic Marijuana FS with your help thank
i am doing new FS for samp "Mariuana Fields"
...
here is codehttp://pastebin.com/qKUXyZJL
all works fine if is field free show me dialog
PHP код:
ShowPlayerDialog(playerid,DIALOG_MARIJUANA_BUY,DIALOG_STYLE_MSGBOX,"Marijuana Field","Are you want buy this marijuana field for 60 000$?","Yes","No");
PHP код:
PlayerInfo[playerid][Marijuana] += MarijuanaGrams[i];
new str[50];
format(str,50,"You got %d grams of marijuana",MarijuanaGrams[i]);
GameTextForPlayer(playerid,str, 1000, 5);
MarijuanaGrams[i] = 0;
can someone help me? what is wrong... when it will be fixed ill submit topic Marijuana FS with your help thank

