small problem with dcmd : /
#3

This code


Код:
{
	dcmd(seafun, 6, cmdtext);
	return 0;
}
needs to be with this.

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(test, 4, cmdtext);
return 0;
}
Like this
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(test, 4, cmdtext);
dcmd(seafun, 6, cmdtext);
return 0;
}
Going to spain nao xD
Reply


Messages In This Thread
small problem with dcmd : / - by [mad]MLK - 22.08.2009, 05:12
Re: small problem with dcmd : / - by Joe Staff - 22.08.2009, 05:19
Re: small problem with dcmd : / - by NeRoSiS - 22.08.2009, 05:28
Re: small problem with dcmd : / - by [mad]MLK - 22.08.2009, 05:41
Re: small problem with dcmd : / - by refshal - 22.08.2009, 05:52
Re: small problem with dcmd : / - by [mad]MLK - 22.08.2009, 05:55
Re: small problem with dcmd : / - by [mad]MLK - 22.08.2009, 15:55

Forum Jump:


Users browsing this thread: 3 Guest(s)