dcmd warning
#7

Quote:
Originally Posted by Blacklite
Are you sure your DCMD is defined correctly? That looks fine to me..

Also, where is your "dcmd_lv(playerid, params[])"?

Post the code where that starts, too.
Код:
dcmd_lv(playerid,cmdtext)
{
	#pragma unused cmdtext
	SetPlayerPos(playerid,2098.4771,1159.6377,11.6484);
	SetPlayerFacingAngle(playerid,62.3579);
	return 1;
}
Quote:
Originally Posted by [HuN
Gamestar ]
lol...
pawn Код:
dcmd(lv,strlen("lv"),cmdtext);
dcmd_lv(playerid,params[]) {
  return 1;
}
I've never had to do that. I don't see the need to start. There has to be some reason why it's doing this.
Reply


Messages In This Thread
dcmd warning - by _Vortex - 30.10.2009, 20:55
Re: dcmd warning - by dice7 - 30.10.2009, 20:56
Re: dcmd warning - by _Vortex - 30.10.2009, 20:58
Re: dcmd warning - by Blacklite - 30.10.2009, 21:09
Re: dcmd warning - by [HUN]Gamestar - 30.10.2009, 21:12
Re: dcmd warning - by Blacklite - 30.10.2009, 21:12
Re: dcmd warning - by _Vortex - 30.10.2009, 21:14
Re: dcmd warning - by Blacklite - 30.10.2009, 21:15
Re: dcmd warning - by _Vortex - 30.10.2009, 21:32

Forum Jump:


Users browsing this thread: 1 Guest(s)