[pawn] if(!strcmp(\"/teles\", cmdtext, true))
{
new DIALOGstring[2000];
format(DIALOGstring, sizeof(DIALOGstring),\"%s%s%s%s\",
\"{\"#FFFFFF\"}Alapok:{\"#FFFF00\"}/sf,/ls,/chilliad,/lv,/lvair,/sfair,/tower\\n\",
\"{\"#FFFFFF\"}Verseny:{\"#FFFF00\"}/race\\n\",
\"{\"#FFFFFF\"}Drift:{\"#FFFF00\"}/drift,/drift2\\n\",
ShowPlayerDialog(playerid, DIALOG_0, DIALOG_STYLE_MSGBOX, \"{\"#FF0000\"}Teleportok::\", DIALOGstring, \"Rendben\",\"\");
return 1;
}[/pawn]
[pawn]C:\\Users\\endyke\\Downloads\\szerver\\gamemodes\\ujjmod\\stunt.pwn(223 -- 227) : error 001: expected token: \",\", but found \";\"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
[/pawn]