Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: locday123 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?
-
what u mean auto event please explain so ill help
-
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
-
ROLF WTF WTF WTF WTF ROLF Explain Clearly and give us some COde we will modify it
-
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 :)
-
He means a special event that happens after 20 mins.
-
Use timers
-
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
SetTimer("Event1",50000,1);
-
SetPlayerWeapon(i,random(33),9999);
that exist?
-
I'm 90% that would work, yes
-
SetPlayerWeapon(i,random(33),9999);
that exist?
but i am asking if this work?????????????
-
SetPlayerWeapon(i,random(33),9999);
that exist?
but i am asking if this work?????????????
It will Work
-
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
-
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.
-
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
-
Create Vehicle Works??????????? During Game
-
Not possible in pawn till now but possible in Squirrel and mIRC Create Vehicle Create Pickup here an Example of Squirrel NOTE : UNTESTED i made it in 1 min by hand no sure it will work ..
it will create a PCJ bike near player !
local pos = player.Pos
CreateVehicle( 191 , Vector( pos , player.Angle );
EDIT:Test it in Squirrel server! not in Pawn!
-
Not possible in pawn till now but possible in Squirrel and mIRC Create Vehicle Create Pickup here an Example of Squirrel NOTE : UNTESTED i made it in 1 min by hand no sure it will work ..
it will create a PCJ bike near player !
local pos = player.Pos
CreateVehicle( 191 , Vector( pos , player.Angle );
EDIT:Test it in Squirrel server! not in Pawn!
WTF!! Then How aXXo Made a RoadBlock? It blocks the Bridge with cars it requires a Create Vehicle!! :O
-
Use PlayerToPoint EASY!!
-
Use PlayerToPoint EASY!!
OMG playertopoint for making cars????????? playertopoint is used for everything omg?!!!