24.12.2010, 20:18
Quote:
public DrugTimer() { SetPlayerWeather(i, 11); ClearAnimations(i); SendClientMessage(i, COLOR_ORANGE, "The marighuana got away :S"); } |
how can i fix it?
public DrugTimer() { SetPlayerWeather(i, 11); ClearAnimations(i); SendClientMessage(i, COLOR_ORANGE, "The marighuana got away :S"); } |
public drugTimer ( tPlayer )
{
SetPlayerWeather ( tPlayer, 11 );
ClearAnimations ( tPlayer );
SendClientMessage ( tPlayer, COLOR_ORANGE, "The mariguana got away :S" );
}
SetTimerEx ( "drugTimer", TIMEHERE, false, "d", playerid );
forward drugTimer ( tPlayer );