07.08.2009, 18:51
pawn Код:
if (strcmp(cmd, "/dm", true) == 0)
{
SetPlayerPosition(position coords here)
GameTextForPlayer(playerid, "You have teleported to the /dm zone!", 5000, 1);
return 1;
}
GameTextForPlayer(playerid, "text", time, style/font);

