SA-MP Forums Archive
Item problem, Please 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: Item problem, Please help me. (/showthread.php?tid=498014)



Item problem, Please help me. - Clad - 01.03.2014

Solved.


Re: Item problem, Please help me. - Clad - 01.03.2014

Anyone ?


Re: Item problem, Please help me. - amirab - 01.03.2014

PHP Code:
if (!strcmp("3"tmptrue)) 
    {
    if(
Logged[playerid] == 1) {
    if(
GetPlayerEcard(playerid) < 3) return SendClientMessage(playerid,c_r,"[ ! ] You lack the items required !");
    
GivePlayerSmedal(playerid,1);
    
GivePlayerEcard(playerid,-3);
    
SendClientMessage(playerid,COLOR_GREEN,"[ ! ] You have gotten 1 Silver medal !");
    return 
1;
    }  
    }