Basic for make command ?
#1

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

Which command processor do you use ?
Reply
#3

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)