Timer problem
#1

Quote:

public DrugTimer()
{
SetPlayerWeather(i, 11);
ClearAnimations(i);
SendClientMessage(i, COLOR_ORANGE, "The marighuana got away :S");
}

i got error fr this codes
how can i fix it?
Reply
#2

pawn Код:
public drugTimer ( tPlayer )
{
    SetPlayerWeather    ( tPlayer, 11 );
    ClearAnimations     ( tPlayer );
    SendClientMessage   ( tPlayer, COLOR_ORANGE, "The mariguana got away :S" );
}
pawn Код:
SetTimerEx ( "drugTimer", TIMEHERE, false, "d", playerid );
Reply
#3

thank you
but what is "this function heading differs from prototype"?
Reply
#4

pawn Код:
forward drugTimer ( tPlayer );
Reply
#5

thank you and don't remember: Merry Christmas and happy New Year!
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)