Text problem
#3

Quote:
Originally Posted by Unknown123
Посмотреть сообщение
Something like this? or not? :P

pawn Код:
public OnGameModeInit()
{
    SetTimer("SendRandomMessageToAll", 120000, 1);
    return 1;
}
public SendRandomMessageToAll()
{
    switch(random(4))
    {
        case 0: TextDrawSetString(TextTimer, "Apple pie for everyone!");
        case 1: TextDrawSetString(TextTimer, "ID 0 is nub!");
        case 2: TextDrawSetString(TextTimer, "Everyone gonna be banned soon!");
        case 3: TextDrawSetString(TextTimer, "Hacking is ALLOWED!");
    }
    return 1;
}
Nah.. Its a timer hmm like a taxi timer every second the text changes to another number like 20, 19, 18, 17...'

EDIT: Actuelly! ive looked further on your code and i misunderstood thanks .
Reply


Messages In This Thread
Text problem - by The Woody - 08.04.2011, 22:49
Re: Text problem - by Unknown123 - 08.04.2011, 22:56
Re: Text problem - by The Woody - 08.04.2011, 22:57
Re: Text problem - by The Woody - 08.04.2011, 23:11

Forum Jump:


Users browsing this thread: 2 Guest(s)