• Welcome to Vice City Multiplayer.
 
Menu

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.

Show posts Menu

Messages - yazeen

#166
mIRC/pawn Scripting / Re: Help needed please
March 24, 2011, 10:27:26 AM
And i forgot To add Defusing Bomb also in 10sec then Messages Bomb Defused!
Well Most of u guys play CS U Must know about it Without me explain
#167
mIRC/pawn Scripting / Help needed please
March 24, 2011, 10:16:25 AM
Im Currently working on a Counter-Strike GM I need 2 commands Help from u guys plse help
1st:
Plantbomb

}
if(strcmp(cmd, "PlantBomb", true) == 0)
{
new param[256];
    param = strtok(cmdtext,idx);
if(PlayerToPoint(25.0,playerid, -1108.7896, 300.2706, 12.2578))SendClientMessage(playerid,COLOR_GREEN,"You need to be in Bomb Site");
if(PlayerInfo[playerid][Ts] = 1) // Ts means Terrerist strike
if(IsPlayerHavingBombs[playerid] = 1)     
{
PlayerInfo[playerid][Bombplanted] = 1;
    SendClientMessageToAll(COLOR_RED,"Bomb Has Been Planted");
}
return 1;
}


in this When 10seconds over and Bomb Blasted it announces Terrorist Wins!!

2nd:
}
if(strcmp(cmd, "DefuseBomb", true) == 0)
{
new param[256];
    param = strtok(cmdtext,idx);
if(PlayerToPoint(25.0,playerid, -1108.7896, 300.2706, 12.2578))SendClientMessage(playerid,COLOR_GREEN,"You need to be in Bomb Site");
if(PlayerInfo[playerid][Cs] = 1) Counter-Stike
if(IsPlayerHavingDefuser[playerid] = 1)
if(PlayerInfo[playerid][Bombplanted] = 1)
{
PlayerInfo[playerid][BombDefused] = 1;
    SendClientMessageToAll(COLOR_RED,"Counter-Strike Wins!");
    SendClientMessageToAll(COLOR_RED,"Bomb Has Been Defused");
}
return 1;


If Defused With 10 sec It Announces Counter Terrerist Wins!!

im Not Good at Timerx function plse help me !!
#168
Quote from: Robd on March 23, 2011, 11:08:02 PM
**Edit** wow im stupid, stupid green text hurts my eyes, lol. Probably shud mod this post to not look like a total n00b, but honestly it was kinda funny so it stays

My original stupid post:
omg idea steal :S
You could have at least given me credit for the idea/timer rates that I gave you


Dont u know Shadow Dont Give Much Credits???
#169
Not Bad
#170
ShowRoom (pawn) / Re: Some usefull functions
March 23, 2011, 04:17:30 PM
Quote from: Robd on March 23, 2011, 03:47:38 PM
public Model(vehicleid)
{
new x[256];
    if (vehicleid == 130) x = "Land Stalker";
else if (vehicleid == 131) x = "Idaho";
else if (vehicleid == 132) x = "Stinger";
else if (vehicleid == 133) x = "Line Runner";
else if (vehicleid == 134) x = "Perennial";
else if (vehicleid == 135) x = "Sentinel";
else if (vehicleid == 136) x = "Rio";
else if (vehicleid == 137) x = "Fire Truck";
else if (vehicleid == 138) x = "Trash Master";
else if (vehicleid == 139) x = "Stretch";
else if (vehicleid == 140) x = "Manana";
    else if (vehicleid == 141) x = "Infernus";
else if (vehicleid == 142) x = "Voodo";
else if (vehicleid == 143) x = "Pony";
else if (vehicleid == 144) x = "Mule";
else if (vehicleid == 145) x = "Cheetah";
else if (vehicleid == 146) x = "Ambulance";
else if (vehicleid == 147) x = "Washington";
else if (vehicleid == 148) x = "Moon Beam";
else if (vehicleid == 149) x = "Esperanto";
else if (vehicleid == 150) x = "Taxi";
    else if (vehicleid == 151) x = "Washington";
else if (vehicleid == 152) x = "Bobcat";
else if (vehicleid == 153) x = "Ice Cream";
else if (vehicleid == 154) x = "Injection";
else if (vehicleid == 155) x = "Apache";
else if (vehicleid == 156) x = "Squad Car";
else if (vehicleid == 157) x = "Enforcer";
else if (vehicleid == 158) x = "Armored Car";
else if (vehicleid == 159) x = "Banshee";
else if (vehicleid == 160) x = "Coast Guard";
    else if (vehicleid == 161) x = "Bus";
else if (vehicleid == 162) x = "Tank";
else if (vehicleid == 163) x = "Baracks";
else if (vehicleid == 164) x = "Hermes";
else if (vehicleid == 165) x = "Police Maverick";
else if (vehicleid == 166) x = "Angel";
else if (vehicleid == 167) x = "Public Bus";
else if (vehicleid == 168) x = "Taxi";
else if (vehicleid == 169) x = "Stallion";
else if (vehicleid == 170) x = "Rumpo";
    else if (vehicleid == 171) x = "Bandit";
else if (vehicleid == 172) x = "Hearse";
else if (vehicleid == 173) x = "Packer";
else if (vehicleid == 174) x = "Sentinel";
else if (vehicleid == 175) x = "Admiral";
else if (vehicleid == 176) x = "Squalo";
else if (vehicleid == 177) x = "Sparrow";
else if (vehicleid == 178) x = "Pizza";
else if (vehicleid == 179) x = "Borrito";
else if (vehicleid == 180) x = "INVALID";
    else if (vehicleid == 181) x = "INVALID";
else if (vehicleid == 182) x = "Speeder";
else if (vehicleid == 183) x = "Reefer";
else if (vehicleid == 184) x = "Tropic";
else if (vehicleid == 185) x = "INVALID";
else if (vehicleid == 186) x = "Yankee";
else if (vehicleid == 187) x = "Golf Cart";
else if (vehicleid == 188) x = "l33t cab";
else if (vehicleid == 189) x = "Top Fun";
else if (vehicleid == 190) x = "Skimmer";
    else if (vehicleid == 191) x = "PCJ";
else if (vehicleid == 192) x = "Faggio";
else if (vehicleid == 193) x = "Freeway";
else if (vehicleid == 194) x = "Baron";
else if (vehicleid == 195) x = "Raider";
else if (vehicleid == 196) x = "Glendale";
else if (vehicleid == 197) x = "Oceanic";
else if (vehicleid == 198) x = "Sanchez";
else if (vehicleid == 199) x = "Sparrow";
else if (vehicleid == 200) x = "Patriot";
else if (vehicleid == 201) x = "Limo";
else if (vehicleid == 202) x = "Coast Guard";
else if (vehicleid == 203) x = "Dinghy";
else if (vehicleid == 204) x = "Hermes";
else if (vehicleid == 205) x = "Sabre";
else if (vehicleid == 206) x = "Sabre";
else if (vehicleid == 207) x = "Phoenix";
else if (vehicleid == 208) x = "Walton";
else if (vehicleid == 209) x = "Regina";
else if (vehicleid == 210) x = "Patriot";
else if (vehicleid == 211) x = "Deluxo";
else if (vehicleid == 212) x = "Burrito";
else if (vehicleid == 213) x = "Spand";
else if (vehicleid == 214) x = "Marquis";
else if (vehicleid == 215) x = "Baggage";
else if (vehicleid == 216) x = "Taxi";
else if (vehicleid == 217) x = "Maverick";
else if (vehicleid == 218) x = "Maverick";
else if (vehicleid == 219) x = "Rancher";
else if (vehicleid == 220) x = "Rancher";
else if (vehicleid == 221) x = "Virgo";
else if (vehicleid == 222) x = "Greenwood";
else if (vehicleid == 223) x = "Jetmax";
else if (vehicleid == 224) x = "Hotring";
else if (vehicleid == 225) x = "Monster Truck";
else if (vehicleid == 226) x = "Blista";
else if (vehicleid == 227) x = "Maverick";
else if (vehicleid == 228) x = "Boxville";
else if (vehicleid == 229) x = "Benson";
else if (vehicleid == 230) x = "Jeep";
else if (vehicleid == 231) x = "Goblin";
else if (vehicleid == 232) x = "Hotring";
else if (vehicleid == 233) x = "Hotring";
else if (vehicleid == 234) x = "Bloodring";
else if (vehicleid == 235) x = "Bloodring";
else if (vehicleid == 236) x = "Cheetah";
else x = "INVALID";
return x;
}


You send this a model and it returns the car's name. To get a model you might want to make an enum like this
enum cInfo
{
model
}

new CarInfo[180][cInfo];


then if you're using pawn find "LoadVehicles"
change to
public LoadVehicles()
{
print("Loading vehicles, please wait...");
new XU;
if(!dini_Exists("/Vehicles/list.ini")) return -1;
new data[7][256];
for (XU=1; XU<=250; XU++) {
new pos[256],fm[6];
format(fm,sizeof(fm),"%d",XU);
pos = dini_Get("/Vehicles/list.ini",fm);
if (strlen(pos)) {
new id;
            split(pos,data,' ');
id = AddStaticVehicle(strval(data[0]),floatstr(data[1]),floatstr(data[2]),floatstr(data[3]),floatstr(data[4]),strval(data[5]),strval(data[6]));
//printf("Creating Vehicle! ModelID:[ %d ] Colors:[ %d ; %d ]",strval(data[0]),strval(data[5]),strval(data[6]));
CarInfo[id][model] = strval(data[0]);
}
}
printf("Vehicles Loaded!");
return asp;
}


Why u Did this noone asked u .u could make a new Topic and add it :P
#171
Support / Re: Radio station in india dont work?
March 23, 2011, 04:13:38 PM
Quote from: [AoD]NC on March 23, 2011, 03:36:42 PM
Ok lets go that this way.

Special upload for you :o
http://www.fileden.com/files/2008/8/29/2071541/KCHAT.zip

Download and extract to VC\Audio. I have tested it, it works ^, it is a single 3 MB song. Try to play KCHAT from Audio settings then. Do you finally hear the music?

lol ill try Thx a lot for helping me a lot
#172
Well Windows wins it has More Votes
#173
ShowRoom (pawn) / Re: Warchiefs v1.0 by Madara
March 23, 2011, 07:39:37 AM
Quote from: Castagna96 on March 23, 2011, 05:23:31 AM
DAMN is like gups scripts it has 5 pages  :o

Why DAMN for that lol isin it good he have This Awesome scripting skills??!!
#174
Support / Re: Radio station in india dont work?
March 23, 2011, 06:44:17 AM
Quote from: OutlawZ on March 22, 2011, 09:17:40 AM
LoL
Say it lier, you are using ripped version.

Stop poking man!! NOT ONLY ALL PEOPLE HAVE THE PROPLEM AND MOST OF THEM ARE NOT USING RIPPED VERSION.

i have tried the RIPPED and OTHER BUT NO USE
#175
Support / Re: Radio station in india dont work?
March 23, 2011, 06:41:56 AM
I tried the software when i play it in game and vlc player no sound!! maybe its the Radio proplem in india
#176
Support / Re: Radio station in india dont work?
March 23, 2011, 06:21:52 AM
Quote from: [AoD]NC on March 22, 2011, 05:16:00 PM
Ok the three main possibilities

1. Broken audio files.
2. Haxxed the game in incorrect way.
3. Not valid exe file?

Try this tool http://www.gtagaming.com/downloads/gta-vice-city/tools/628. It converts ADF > MP3 and backwards. Try to convert one of VC's radio station to MP3 and listen, if there is the music or only silence. Also post a screenie of Settings > Audio.

If still nothing helps, I can try to haxx your game with some scripts, but that should be the last thing to do.

Well Nc Thanks For Trieng!
I Hope u Release the 04z if vcmp zoon!! Best of Luck
#177
mIRC/pawn Scripting / Re: Need Help?
March 23, 2011, 05:46:20 AM
Quote from: BIG[H] on March 22, 2011, 07:01:39 PM
WTF What do you mean?

Read English
#178
General Discussion / Re: SECONDARY forum
March 22, 2011, 02:08:59 PM
Quote from: heekz.shadow on March 21, 2011, 07:40:31 PM
Hi everybody,I took smthing of my time and I made a secondary forum :D



Contact me if you wanna add a board for you server or a board for your gangs :D

Regards,
Shadow.

Pal Rule broken no advertisin other sites remove this before admins remove u from here

Locked by StriKe
#180
Support / Re: Radio station in india dont work?
March 22, 2011, 02:06:46 PM
Quote from: OutlawZ on March 22, 2011, 09:17:40 AM
LoL
Say it lier, you are using ripped version.
I tried Orginal Cd's,Downloaded Rip's ,others NO USE!!!