Quote:
Originally Posted by MrAlexisX2
PHP код:
new string[MAX_STRING_MSG];
format(string, sizeof(string), "Do you want to teleport to %4.2f, %4.2f, %4.2f", fX, fY, fZ);
ShowPlayerDialog(playerid, DIALOG_TELEMAP, DIALOG_STYLE_MSGBOX, "Teleport", string, "Teleport, "Close");
|
still got the same errors