Hali,tudnátok nekem ebbe segíteni mi lehet a gond ? C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(115) : warning 219: local variable \"DM\" shadows a variable at a preceding level
C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(115) : error 008: must be a constant expression; assumed zero
C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(115) : warning 204: symbol is assigned a value that is never used: \"DM\"
C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(133) : warning 219: local variable \"DM\" shadows a variable at a preceding level
C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(133) : error 008: must be a constant expression; assumed zero
C:\\Documents and Settings\\Eciplis\\Asztal\\xmod.pwn(133) : warning 204: symbol is assigned a value that is never used: \"DM\"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.
és itt vannak a sorok is:
155:DM[playerid] = false;
155:DM[playerid] = false;
155:DM[playerid] = false;
133:DM[playerid] = false;
133:DM[playerid] = false;
133:DM[playerid] = false;
nem tudom ki lehet a gond public OnPlayerConnect(playerid)
{
new
DM[playerid] = false;
return 1;
}
public OnPlayerDisconnect(playerid, reason)
{
new
DM[playerid] = false;
return 1;
}
Ezt tettem be ha így jobban segít
Elõre is kösz a kijavítást, és a válaszokat !