dcmd not work
#2

Did you add
pawn Код:
dcmd(tele, 4, cmdtext);
Under OnPlayerCommandText ?

EDIT:

Alse you might want to create a string for the "SendClientMessage". Like this:
pawn Код:
new String[256];
format(String, sizeof(String), "cord= %s, %s, %s.", cordx, cordy, cordz);
SendClientMessage(playerid, Color, String);
Reply


Messages In This Thread
dcmd not work - by iJumbo - 07.07.2010, 08:45
Re: dcmd not work - by Miikkel - 07.07.2010, 08:50
Re: dcmd not work - by dice7 - 07.07.2010, 08:51
Re: dcmd not work - by iJumbo - 07.07.2010, 08:53
Re: dcmd not work - by WackoX - 07.07.2010, 08:54
Re: dcmd not work - by dice7 - 07.07.2010, 08:55
Re: dcmd not work - by WackoX - 07.07.2010, 08:57
Re: dcmd not work - by iJumbo - 07.07.2010, 09:00
Re: dcmd not work - by WackoX - 07.07.2010, 09:03
Re: dcmd not work - by iJumbo - 07.07.2010, 09:08

Forum Jump:


Users browsing this thread: 1 Guest(s)