SA-MP Forums Archive
Basic for make command ? - 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: Basic for make command ? (/showthread.php?tid=394698)



Basic for make command ? - yaron0600 - 23.11.2012

What's the basic for make command from CMD:.............. Can somone tell me .... ? In [/Code] [Code]


Re: Basic for make command ? - Red_Dragon. - 23.11.2012

Which command processor do you use ?


Re: Basic for make command ? - CmZxC - 23.11.2012

pawn Код:
CMD:hp(playerid, params[])
{
    #pragma unused params
    SetPlayerHealth(playerid, 100.0);
    return 1;
}



Re: Basic for make command ? - gtakillerIV - 23.11.2012

You don't need the "#pragma unused params".


Re: Basic for make command ? - ejb - 23.11.2012

This may help you: https://sampforum.blast.hk/showthread.php?tid=376790 ; https://sampforum.blast.hk/showthread.php?tid=385158