SA-MP Forums Archive
drunk lvl '?? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: drunk lvl '?? (/showthread.php?tid=112642)



drunk lvl '?? - Lajko1 - 09.12.2009

wtf is wrong with this things , SetPlayerDrunkLevel wont for for me too it says Undefined Symbol SetPlayerDrunkLevel , nothing wont work for me its inpossible to try script something,CRAP!

any help ?


Re: drunk lvl '?? - Goobiiify - 09.12.2009

What is wrong with it?

pawn Код:
if (strcmp("/makemedrunk", cmdtext, true) == 0)
    {
     SetPlayerDrunkLevel (playerid,50000);
     SendClientMessage(playerid, 0xFFFFFFAA, "I'm drunk :F");
    return 1;
    }



Re: drunk lvl '?? - Doppeyy - 09.12.2009

You make sure you compiled in in 0.3 right ?
Or else the error would be pretty clearly :P.

/Artix


Re: drunk lvl '?? - Lajko1 - 09.12.2009

FIXED,ty ^^


Re: drunk lvl '?? - Doppeyy - 09.12.2009

Quote:
Originally Posted by Lajko1
FIXED,ty ^^
Maybey you could tell the fix aswell so people with the same problem know how to fix it aswell ?

/Artix


Re: drunk lvl '?? - Lajko1 - 09.12.2009

ye you are right i forget to download the nevest version of sa:mp Windows server and i get new includes wit that version so Drunk Level start working normaly


Re: drunk lvl '?? - Doppeyy - 09.12.2009

Okay im glad to hear you fixed it ^^.

/Artix