Author Topic: Plz help me i want cmds  (Read 2666 times)

0 Members and 1 Guest are viewing this topic.

Offline ZoOm

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Plz help me i want cmds
« 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

Offline omarlin97

  • Street Thug
  • *
  • Posts: 41
  • Scripter The Server Pawno
    • View Profile
    • Dominican Server Latino
Re: Plz help me i want cmds
« Reply #1 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;
   }
« Last Edit: January 20, 2012, 09:19:36 pm by omarlin97 »
Owner end creator the Server TDM

Dominican Server Latino
web site: http://dominicanserver.net16.net/

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
Re: Plz help me i want cmds
« Reply #2 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
Storm City Owner

Stormcity.smfnew.com

Offline ZoOm

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Re: Plz help me i want cmds
« Reply #3 on: January 21, 2012, 11:37:39 pm »
can u give me any script?

Offline jimmy

  • Wiseguy
  • **
  • Posts: 94
    • View Profile
Re: Plz help me i want cmds
« Reply #4 on: January 21, 2012, 11:46:24 pm »
take mine death city server
Storm City Owner

Stormcity.smfnew.com

Offline ZoOm

  • Street Thug
  • *
  • Posts: 11
    • View Profile
Re: Plz help me i want cmds
« Reply #5 on: January 22, 2012, 04:52:54 pm »
give me link