Help why dosent work?
#5

let me help u out a bit, lmfao
pawn Код:
CMD:hello(playerid, params[])
{
    SendClientMessage(playerid, COLOR_WHITE, "You wrote hello.");
    return 1;
}
Let me explain something to you, My guess is your trying to use ZCMD
put this #include <zcmd> at top.
Now whenever you want to make a cmd use this
pawn Код:
CMD:yourcmdhere(playerid, params[])
{
    //Your code here
    return 1;
}
This basically creates the Commands,
Put your code in where I put "//Your code here"
You welcome
Reply


Messages In This Thread
Help why dosent work? - by yuvraj201 - 29.01.2014, 19:39
Re: Help why dosent work? - by Wizz123 - 29.01.2014, 19:41
Re: Help why dosent work? - by EmilLykke - 29.01.2014, 19:43
Re: Help why dosent work? - by yuvraj201 - 29.01.2014, 19:44
Re: Help why dosent work? - by SwisherSweet - 29.01.2014, 19:44
Re: Help why dosent work? - by DerickClark - 29.01.2014, 19:45
Re: Help why dosent work? - by yuvraj201 - 29.01.2014, 20:06

Forum Jump:


Users browsing this thread: 1 Guest(s)