28.03.2011, 16:03
Ok here it is:
DIALOG:if(strcmp( cmd, "/Teleports1", true ) == 0 )
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"You Must Type them"," /LS\r\n /SF\r\n /LV\r\n /UFO\r\n","Cancel", ": D");
new string[64];
new playa1[256];
GetPlayerName(playerid, playa1, sizeof(playa1));
format(string, sizeof(string)," [ %s Has Checked our teleport List1 (/teleports 1)",playa1);
SendClientMessageToAll(orange,string);
PlayerPlaySound(playerid, 1057, 0.0, 0.0, 10.0);
return 1;
}
I wanna Make so that If i press any of them i teleport to it
DIALOG:if(strcmp( cmd, "/Teleports1", true ) == 0 )
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"You Must Type them"," /LS\r\n /SF\r\n /LV\r\n /UFO\r\n","Cancel", ": D");
new string[64];
new playa1[256];
GetPlayerName(playerid, playa1, sizeof(playa1));
format(string, sizeof(string)," [ %s Has Checked our teleport List1 (/teleports 1)",playa1);
SendClientMessageToAll(orange,string);
PlayerPlaySound(playerid, 1057, 0.0, 0.0, 10.0);
return 1;
}
I wanna Make so that If i press any of them i teleport to it