#5

Quote:
Originally Posted by Kitten
Посмотреть сообщение
would this work though?

pawn Код:
SetTimer("Snow",1000,true);

stock Snow(playerid)
{
 new Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    return CreateObject(18863, X, Y, Z, 0.0, 0.0, 0.0);
}
You need callbacks for timers.
Reply


Messages In This Thread
Snow - by Kitten - 16.12.2010, 02:40
Re: Snow - by [L3th4l] - 16.12.2010, 02:55
Re: Snow - by Kitten - 16.12.2010, 02:59
Re: Snow - by Kwarde - 16.12.2010, 04:53
Re: Snow - by [MWR]Blood - 16.12.2010, 07:17
Re: Snow - by DVDK - 16.12.2010, 07:51
Re: Snow - by Souvlaki - 16.12.2010, 08:00
Re: Snow - by kurta999 - 16.12.2010, 19:13
Re: Snow - by DVDK - 16.12.2010, 19:14
Re: Snow - by The_Gangstas - 21.12.2010, 18:28

Forum Jump:


Users browsing this thread: 2 Guest(s)