1 error
#1

pawn Код:
SetTimerEx("Namosiulymas",15000,false,"ii",id);

pawn Код:
public Namosiulymas(playerid)
{
    PlayerInfo[playerid][Namosiulymas]=0;
    return 1;
}

pawn Код:
syntax error in the expression, or invalid function call
Reply
#2

Put the line hwere it gives the error
Reply
#3

pawn Код:
PlayerInfo[playerid][Namosiulymas]=0; // here
Reply
#4

Try changing one of the
Код:
Namosiulymas
to something else for example:

pawn Код:
SetTimer("Example", 15000, false, "ii", id);


public Example(playerid)
{
    PlayerInfo[playerid][Namosiulymas]=0;
    return 1;
}

//And don't forget to add this at the top of your script

forward Example(playerid);
Reply
#5

OMG im so retarded i added wrong variable
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)