0 Members and 2 Guests are viewing this topic.
what u mean auto event please explain so ill help
forward Event1();public Event1() {for(new i=0; i>MAX_PLAYERS; i++) {SetPlayerWeapon(i,random(33),9999);SetPlayerPos(i,x,y,z);GameTextForAll("~o~Grudge ~y~Time!");}
SetTimer("Event1",50000,1);
[20:23] <habi> later only i heard that lu chatbox is customizable. On my first visit, it appeared ugly.[20:23] <habi> May be that also be the reason why lu has no players
SetPlayerWeapon(i,random(33),9999); that exist?
Quote from: Castagna96 on March 09, 2011, 09:00:43 amSetPlayerWeapon(i,random(33),9999); that exist?but i am asking if this work?
Quote from: tato on March 30, 2011, 05:37:46 amQuote from: Castagna96 on March 09, 2011, 09:00:43 amSetPlayerWeapon(i,random(33),9999); that exist?but i am asking if this work?It will Work
Quote from: yazeen on March 30, 2011, 10:01:17 amQuote from: tato on March 30, 2011, 05:37:46 amQuote from: Castagna96 on March 09, 2011, 09:00:43 amSetPlayerWeapon(i,random(33),9999); that exist?but i am asking if this work?It will Workbut it give errors the random wep thing
Quote from: tato on March 31, 2011, 04:43:51 amQuote from: yazeen on March 30, 2011, 10:01:17 amQuote from: tato on March 30, 2011, 05:37:46 amQuote from: Castagna96 on March 09, 2011, 09:00:43 amSetPlayerWeapon(i,random(33),9999); that exist?but i am asking if this work?It will Workbut it give errors the random wep thing Is: SetPlayerWeapon(i,random(33),9999) with a list of id al weapons.