Stupid Questions
#4

Quote:
Originally Posted by Lorenc_
Посмотреть сообщение
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(mypos, 5, cmdtext);
    dcmd(train, 5, cmdtext);
    return Sendclientmessage(playerid, color, "");
}
For ur first q.
Wrong. He is using "ZCMD", not "strcmp".

pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, COLOR_GREY, "That command doesn't exist in our game-mode. (/commands)");
    return 1;
}
Reply


Messages In This Thread
Stupid Questions - by Brian_Furious - 14.11.2010, 00:21
Re: Stupid Questions - by Lorenc_ - 14.11.2010, 01:03
Re: Stupid Questions - by GaGlets(R) - 14.11.2010, 01:07
Re: Stupid Questions - by Scenario - 14.11.2010, 02:54
Re: Stupid Questions - by Lorenc_ - 14.11.2010, 03:10
Re: Stupid Questions - by Brian_Furious - 14.11.2010, 09:41
Re: Stupid Questions - by The_Moddler - 14.11.2010, 10:58

Forum Jump:


Users browsing this thread: 2 Guest(s)