What happen?
#5

be sure is like this

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/command1", cmdtext, true, 10) == 0)
{
//Something Here
return 1;
}
if (strcmp("/command2", cmdtext, true, 10) == 0)
{
//Something Here
return 1;
}
return 0;
}
Reply


Messages In This Thread
What happen? - by XxerykxX - 12.11.2010, 16:49
Re: What happen? - by Brian_Furious - 12.11.2010, 16:51
Re: What happen? - by XxerykxX - 12.11.2010, 16:53
Re: What happen? - by The_Moddler - 12.11.2010, 16:53
Re: What happen? - by eDz0r - 12.11.2010, 16:54
Re: What happen? - by XxerykxX - 12.11.2010, 16:58
Re: What happen? - by Brian_Furious - 12.11.2010, 17:25
Re: What happen? - by XxerykxX - 12.11.2010, 17:31

Forum Jump:


Users browsing this thread: 2 Guest(s)