Author Topic: Auto Event ??  (Read 7234 times)

0 Members and 1 Guest are viewing this topic.

Offline locday123

  • Street Thug
  • *
  • Posts: 25
    • View Profile
Auto Event ??
« on: February 09, 2011, 05:02:11 am »
Hi guys can anyone give me the code of tự động event .please guys help me give me the Code of Auto Event
thanks
Please any code of Auto Event?

yazeen

  • Guest
Re: Auto Event ??
« Reply #1 on: February 13, 2011, 05:55:31 pm »
what u mean auto event please explain so ill help

Offline locday123

  • Street Thug
  • *
  • Posts: 25
    • View Profile
Re: Auto Event ??
« Reply #2 on: February 14, 2011, 03:35:51 pm »
what u mean auto event please explain so ill help


Means that the code that will make any event because I had put in 30 minutes

Offline BIG[H]

  • Made Man
  • ***
  • Posts: 159
  • Sight of light
    • View Profile
Re: Auto Event ??
« Reply #3 on: February 14, 2011, 05:04:15 pm »
ROLF WTF WTF WTF WTF ROLF Explain Clearly and give us some COde we will modify it
Outdoor city server Administrator, FS server owner!

yazeen

  • Guest
Re: Auto Event ??
« Reply #4 on: February 16, 2011, 03:06:15 pm »
Still can understand you mean !m4 !m60 teleports you to the place you want with only the wep you will give if yes ill say code if no EXPLAIN CLEARLY   :)

Offline saberman

  • Street Thug
  • *
  • Posts: 22
    • View Profile
Re: Auto Event ??
« Reply #5 on: February 25, 2011, 03:13:41 pm »
He means a special event that happens after 20 mins.

Offline Robd

  • Wiseguy
  • **
  • Posts: 67
    • View Profile
Re: Auto Event ??
« Reply #6 on: February 26, 2011, 06:47:55 am »
Use timers
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

Offline heekz.shadow

  • LU testers
  • Made Man
  • *
  • Posts: 249
    • View Profile
Re: Auto Event ??
« Reply #7 on: March 02, 2011, 07:15:01 pm »
Code: [Select]
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!");
}

now you just need in ongamemodeinit

Code: [Select]
SetTimer("Event1",50000,1);
Code: [Select]
[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

Offline Castagna

  • VC:MP Beta Tester
  • Made Man
  • *
  • Posts: 129
  • Global Moderator
    • View Profile
Re: Auto Event ??
« Reply #8 on: March 09, 2011, 09:00:43 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
Castagna - EA Founder


Offline Robd

  • Wiseguy
  • **
  • Posts: 67
    • View Profile
Re: Auto Event ??
« Reply #9 on: March 30, 2011, 04:14:02 am »
I'm 90% that would work, yes
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Auto Event ??
« Reply #10 on: March 30, 2011, 05:37:46 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
but i am asking if this work?????????????

yazeen

  • Guest
Re: Auto Event ??
« Reply #11 on: March 30, 2011, 10:01:17 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
but i am asking if this work?????????????

It will Work

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Auto Event ??
« Reply #12 on: March 31, 2011, 04:43:51 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
but i am asking if this work?????????????

It will Work
but it give errors the random wep thing

Offline Madara

  • Street Thug
  • *
  • Posts: 48
    • View Profile
Re: Auto Event ??
« Reply #13 on: March 31, 2011, 10:45:54 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
but i am asking if this work?????????????

It will Work
but it give errors the random wep thing

 Is: SetPlayerWeapon(i,random(33),9999) with a list of id al weapons.

Offline tato

  • Made Man
  • ***
  • Posts: 106
  • I bet u don't know me!
    • View Profile
    • EA Server
Re: Auto Event ??
« Reply #14 on: April 01, 2011, 02:12:16 am »
SetPlayerWeapon(i,random(33),9999);
 that exist?
but i am asking if this work?????????????

It will Work
but it give errors the random wep thing

 Is: SetPlayerWeapon(i,random(33),9999) with a list of id al weapons.

kk thanks