07.07.2010, 08:50
Did you add
Under OnPlayerCommandText ?
EDIT:
Alse you might want to create a string for the "SendClientMessage". Like this:
pawn Код:
dcmd(tele, 4, cmdtext);
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);