Vice City Multiplayer
VC:MP 0.3 => mIRC/pawn Scripting => Topic started 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
-
By Omarlin
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;
}
[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;
}
-
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
-
can u give me any script?
-
take mine death city server
-
give me link