18.07.2012, 17:58
Ok...
see there:
public OnPlayerCommandText(playerid, cmdtext[]) =This is for the Player can use cmd's..
{
if(!strcmp(cmdtext, "/THERE IS TEXT DA CMD", true))=This is for The Cmd's Which Cmd's You Want To Teleport...
{
SetPlayerPos(playerid, 136.6095,667.3829,5.8040 );=SetPlayerPos mean You Stand The Pos Where You Save For Teleport Code..
SendClientMessage(playerid, 0x00FF00AA, "You have teleported to YOU ARE PLACE NAME.");=This is Text.. You Can Change Colour The Text And The Text...
return 1;
}
return 1;
}
see there:
public OnPlayerCommandText(playerid, cmdtext[]) =This is for the Player can use cmd's..
{
if(!strcmp(cmdtext, "/THERE IS TEXT DA CMD", true))=This is for The Cmd's Which Cmd's You Want To Teleport...
{
SetPlayerPos(playerid, 136.6095,667.3829,5.8040 );=SetPlayerPos mean You Stand The Pos Where You Save For Teleport Code..
SendClientMessage(playerid, 0x00FF00AA, "You have teleported to YOU ARE PLACE NAME.");=This is Text.. You Can Change Colour The Text And The Text...
return 1;
}
return 1;
}

