One Error
#1

I recently made a thread to do with errors but it was vast now it's just one error.

pawn Код:
(1024) : error 008: must be a constant expression; assumed zero
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    switch(gPlayerCheckpointStatus[playerid])
    {
        case CP_WEPDEP:
        {
Thats where i'm getting the error.
Reply
#2

Read the error
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    switch(gPlayerCheckpointStatus[playerid])
    {
        case 0:// not sure how to add CP_WEPDEP.
        {
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)