Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mephisto

Pages: [1]
1
Support / Re: Pawn problem
« on: May 28, 2011, 01:26:25 pm »

2
mIRC/pawn Scripting / Re: Help in Commands
« on: May 27, 2011, 12:42:02 am »
i want to add that command which is always start after 2 min with writting it like

auto commands script hmmmmmm

this to ongamemode init
Code: [Select]
SetTimer("twoMinutFunc",120000,true);

this after it or somwewhere
Code: [Select]
forward twoMinutFunc();
public twoMinutFunc()
{

SendClientMessageToAll(COLOR_WHITE, "spam here");

return 1;
}

Pages: [1]