22.07.2012, 18:37
ERROR:
This is the code:
pawn Код:
error 008: must be a constant expression; assumed zero
pawn Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
{
switch(checkpointid)
{
case A51CP: // The error line
{
SendClientMessage(playerid, C_GREY, "Works!");
}
}
return 1;
}