Vice City Multiplayer

VC:MP 0.3 => mIRC/pawn Scripting => Topic started by: ZoOm on January 20, 2012, 08:35:12 pm

Title: Plz help me i want cmds
Post by: ZoOm on January 20, 2012, 08:35:12 pm
I want some Cmds of script Gups v1.16

fix
repair

subnet banned
Temp ban

nd i want change location of spawns
Title: Re: Plz help me i want cmds
Post by: omarlin97 on January 20, 2012, 08:50:59 pm
By Omarlin
Code: [Select]
Spanish
 else if (strcmp(cmd, "repararse", true) == 0 || strcmp(cmd, "reparar", true) == 0 || strcmp(cmd, "reparado", true) == 0)
   {
       tmp = strtok(cmdtext, idx);
      SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0);
      SendClientMessage(playerid,COLOR_GREEN,"Vehiculo reparar!");
      return 1;
   }

Code: [Select]
[English
else if (strcmp(cmd, "repair", true) == 0 || strcmp(cmd, "fix", true) == 0 || strcmp(cmd, "retrieve", true) == 0)
   {
       tmp = strtok(cmdtext, idx);
      SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0);
      SendClientMessage(playerid,COLOR_GREEN,"vehicle repaired!");
      return 1;
   }
Title: Re: Plz help me i want cmds
Post by: jimmy on January 21, 2012, 04:52:10 am
first see your player id that in which number your player come then go to the place where you want to spawn player and type /s then the code is saved see your gta vice city file a file name contains VCMP saved coords open the file and see he coord is already saved in it copy it and go to script files then to Characters open the file SpawnCharacter and paste it on the coord i think that you understand i m PAKI so i cant speak good english

and the !fix cmd is this
 else if (strcmp(cmd, "!fix", true) == 0)
   {
       tmp = strtok(cmdtext, idx);
      SetVehicleHealth(GetPlayerVehicleID(playerid), 1000.0);
      SendClientMessage(playerid,GREEN,"Your Car Is Fixed");
      return 1;
   }

ok thanks
Title: Re: Plz help me i want cmds
Post by: ZoOm on January 21, 2012, 11:37:39 pm
can u give me any script?
Title: Re: Plz help me i want cmds
Post by: jimmy on January 21, 2012, 11:46:24 pm
take mine death city server
Title: Re: Plz help me i want cmds
Post by: ZoOm on January 22, 2012, 04:52:54 pm
give me link