• Welcome to Vice City Multiplayer.
 

GUPS 1.16a

Started by Tamas, January 17, 2010, 02:15:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tamas

Other mirrors not needed.

Terminatorupgrade 2

QuoteOther mirrors not needed.
HaLL of Mirrors

yazeen

Addpickup and addveh Bugged

Robd

Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

tato






<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

Gamer

Quote from: Tamas on January 22, 2010, 05:03:50 PM
Update!
Current Version: 1.15

A lot of bugs has been fixed and added some new admin & public commands (check the commands.ini for more informations)

From now the missing function (getplayerskin) available  :)
The new server call (PlayerVersion) also added.

If you want to enable/disable the basic r2 functions check the serverconfig file where you can do this. Use boolean values (0=disabled,1=enabled)

Nice !!

tato

some commands are bugged





<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

yazeen

Tamas can u fix the Addprop, Addveh please!!!

Robd

Quote from: yazeen on March 29, 2011, 05:11:58 AM
Tamas can u fix the Addprop, Addveh please!!!
There isn't much anyone can do about the Addveh until VCMP gets updated (haha nice joke) as AddPlayerVehicle, SetVehiclePos, and SendRconCommand are all bugged.
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

tato

Quote from: Robd on March 29, 2011, 09:26:24 PM
Quote from: yazeen on March 29, 2011, 05:11:58 AM
Tamas can u fix the Addprop, Addveh please!!!
There isn't much anyone can do about the Addveh until VCMP gets updated (haha nice joke) as AddPlayerVehicle, SetVehiclePos, and SendRconCommand are all bugged.
maby





<!-- Facebook Badge START --><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #3B5998; text-decoration: none;" title="Eduardo Estrada">Eduardo Estrada</a><br/><a href="http://es-es.facebook.com/eduardoeslindo" target="_TOP" title="Eduardo Estrada"><img src="http://badge.facebook.com/badge/697470158.6069.1979465113.png" width="120" height="272" style="b

Robd

I vote we start a riot and complain about VCMP lack of funtion.
* Robd had a good idea
* Robd gets his a$$ beat by a VCMP forum cop
* Robd had a bad idea
* Robd frowns
Hello, this is Robd from the past.
If you are seeing this I have either posted something stupid, forgotten something, started a stupid topic, or a combination of the three.

Please forgive us for this mistake.

Regards, management

BaSSMaN

Lol.
I have a solution of addstatippickup bug, basically the loadpickup() cmd loads only 1 pickup, so that's a FAIL.

BIG[H]

My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL

DeWilX

#73
else if (strcmp(cmd, "!getcar", true) == 0) {
  tmp = strtok(cmdtext, idx);
if(PlayerInfo[playerid][Logged] != 1) SendClientMessage(playerid, COLOR_RED, "You need to login first!");
else if(!strlen(tmp)) SendClientMessage(playerid,COLOR_GREEN, "USAGE: !getcar [VehicleID]");
else if(IsVehicleOwnedShared(strval(tmp),gPlayers[playerid]) == -1) SendClientMessage(playerid,COLOR_GREEN, "You do not have the keys for that vehicle.");
else {
new Float:Angle;
GetPlayerPos(playerid, x, y, z); GetPlayerFacingAngle(playerid,Angle);
if(!Angle) SendClientMessage(playerid,COLOR_GREEN,"Error: Invalid vehicle!");

SetVehiclePos(strval(tmp),x+3,y+3,z,Angle);
format(szMsg,sizeof(szMsg),"Spawning vehicle:[ %d ]",strval(tmp));
SendClientMessage(playerid,COLOR_GREEN,szMsg);
}
return 1;
}


This command spawns only one time vehicle, when I want again vehicle I type "!getcar x" nothink no car only show "Spawning vehicle: x".

And I have question how to make time go?

Sorry, for bad English.

BIG[H]

xD if you sit in that car it will bug it Try first to respawn it by


/c respawn xxx

then
/c getcar xxx

hope it will work quite well
My Guru FORUM MUST VISITmegavcmp.freeforums.org

BIG[H] = BIG HaLL