24.12.2010, 20:22
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 );