{
if(strcmp("/bankmenu",cmdtext,true)==0)
{
if(IsPlayerInRangeOfPoint(playerid,5.0,2316.6211,-10.0709,26.7422))
{
ShowPlayerDialog(playerid,DIALOG_BANK,DIALOG_STYLE_LIST,"BANKTERMINAL","Auszahlen\nEinzahlen\nKontostand","OK","Schließen");
}
else
{
SendClientMessage(playerid,ROT,"Du bist nicht in der Bank, oder eines Bank - Automaten.");
}
return 1;
}
if(blablabla
ERORRS: C:\Users\Ogün\Desktop\Streets of San - SoS\gamemodes\SoS.pwn(3112) : warning 217: loose indentation
C:\Users\Ogün\Desktop\Streets of San - SoS\gamemodes\SoS.pwn(3116) : warning 217: loose indentation
C:\Users\Ogün\Desktop\Streets of San - SoS\gamemodes\SoS.pwn(3118) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
Wüsste jemand meine Probleme, danke im Vorraus.