What is this warning? it wont go away please help me
#6

Quote:
Originally Posted by bogeyman_EST
pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, Command_Spam);
    SetTimerEx("TextDrawKill", 10000, 0, "i", playerid);
    return 1;
}

forward TextDrawKill(playerid);
public TextDrawKill(playerid)
{
    TextDrawHideForPlayer(playerid, Command_Spam);
    return 1;
}
Thanks for posting exactly what I already did.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)