About Fast Event
#10

pawn Код:
forward TriggerEvent();
public TriggerEvent()
{
    for(new c = 1; c < sizeof EventText; c++) //fills the array with random letters or numbers
    EventText[c - 1] = ((random(2)) ? ((random(2)) ? ('a' + random(26)) : ('A' + random(26))) : ('0'+    random(10)));
   SendClientMessageToAll(0x0000FFAA, "***** Who types the word as fastest gets 10_000$:");
return 1;
}
Sorry for the ugly indentation, but sa-mp forum's reply box doesn't support 'tab' :P
Replace the thing below //fast event with the code above
SendClientMessageToAll(0x0000FFAA, EventText);
Reply


Messages In This Thread
About Fast Event - by Tyrexo - 03.05.2013, 09:05
Re: About Fast Event - by Jstylezzz - 03.05.2013, 09:25
Respuesta: About Fast Event - by Tyrexo - 03.05.2013, 09:39
Re: About Fast Event - by Jstylezzz - 03.05.2013, 09:42
Respuesta: About Fast Event - by Tyrexo - 03.05.2013, 09:51
Re: About Fast Event - by Jstylezzz - 03.05.2013, 10:16
Respuesta: About Fast Event - by Tyrexo - 03.05.2013, 10:18
Re: About Fast Event - by Jstylezzz - 03.05.2013, 10:29
Respuesta: About Fast Event - by Tyrexo - 03.05.2013, 10:32
Re: About Fast Event - by Jstylezzz - 03.05.2013, 10:55

Forum Jump:


Users browsing this thread: 1 Guest(s)