Ich habe ein Dialog zum porten ertsellt .... was ist daran nur falsch ??
Wäre nett ,wenn jemand drübergucken könnte und mir sagen was falsch ist!!
Schon mal Danke im Voraus.
switch(25) // Lookup the dialogid
{
case 1:
{
if(!response)
{
SendClientMessage(playerid, 0xFF0000FF, "Du hast Abgrbrochen !");
return 1; // We processed it
}
switch(listitem) // This is far more efficient than using an if-elseif-else structure
{
case 0: // Listitems start with 0, not 1
{
SetPlayerPos(playerid,-1384.7539,506.3738,18.2344)
}
case 1:
{
SetPlayerPos(playerid,-1613.9000244141, -2714.3999023438, 48.200000762939)
}
case 2:
{
SetPlayerPos(playerid,63.0203,-68.3461,0.9219)
}
}
return 1;
}
MFG Phyton
//PS: Ich bekomme folgende fehler im Compiler angezeigt ....
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1582) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1584) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1586) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1589) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1592) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1594) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1599) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1604) : error 010: invalid function or declaration
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1609) : error 054: unmatched closing brace ("}")
L:\downloads\samp03csvr_R2-2_win32 (3)\gamemodes\DM.pwn(1610) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
10 Errors.