hallo,
ich bekomme folgenden Error:
H:\World of San Andreas 4.0\gamemodes\WorldofSanAndreas.pwn(16664) : error 001: expected token: ";", but found "}"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Das ist in der Zeile:
}
Und hier der gesamte Befehl:
if(!strcmp(cmdtext, "/startbonus", true))
{
if(PlayerInfo[playerid][pLevel] == 1)
{
PlayerInfo[playerid][pLevel] = 3
//SendClientMessage(playerid,Grey,"Du hast als Startbonus Level 3 ereicht. Viel Spaß wünscht dir das SRL Team.");
}
else if(PlayerInfo[playerid][pLevel] == 2)
{
}
else if(PlayerInfo[playerid][pLevel] >= 3)
{
}
return 1;
}
hoffe um hilfe.
mfg