• 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 - nacho_gb1

#1
DecPlayerHandCash?  :o :o

what  function hace??

Saludos
#2
ejejejej Sorry ,  I come from samp and pawno script for samp,and do not use the sign !   :P :P .

if (strcmp(cmdtext, "!superheal", true)==0)

is so?

Saludos
#3
hi  ,
if (strcmp(cmdtext, "/superheal", true)==0)
{
       new Float:Health; GetPlayerHealth(playerid,Health);
SetPlayerHealth(playerid,100.0);
       SetPlayerArmour(playerid,100.0);
       SetVehicleHealth(playerid,1000.0);
       GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
return 1;
}


I think it is to, sorry for my bad English

or

if (strcmp(cmdtext, "/superheal", true)==0)
{
        new Float:Health; GetPlayerHealth(playerid,Health);
SetPlayerHealth(playerid,100.0);
        SetPlayerArmour(playerid,100.0);
        GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
if(IsPlayerInAnyVehicle(playerid))
    {
SetVehicleHealth(playerid,1000.0);
        GivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
}
return 1;
}


Any failure Own, "correction" Pliz

Saludos,Desde Chile
#4
mIRC/pawn Scripting / Re: Some Doubts..
November 01, 2010, 01:22:24 PM
ok, thanks I'll  test. ;D ;D
#5
mIRC/pawn Scripting / Some Doubts..
November 01, 2010, 05:17:57 AM
Hi, Well I have some doubts,as I can get coordinates Example: X Y Z

as in samp is the command /save   ,and Where was it kept SAMP installed.

And in vc-mp and how it will be the command? and where you stored the coordinates?
:'(
Saludos, sorry for my bad English

#6
Quote from: Technohopper on October 26, 2010, 07:28:03 PM
search on the forum ;)

thanks.but I have certainly worked in these parameters SetPlayerTeam

SetPlayerTeam(IDTeam,Color); ?

I can not play,my pc this bad  :(

Saludos ;)

#7
Quote from: Technohopper on October 26, 2010, 12:50:33 PM
Download gups the scripts then when u put them in youre server u can change the gamemode and then write ingame /c setteam name/id number

but as I can assign a color to a team?
and where download the gups?

Greetings
#8
General Discussion / Re: Suggestions for Version 0.4
October 26, 2010, 12:57:01 AM
My suggestion would be for example to textdrawn

Variable_Name I put vcmp

new Text:vcmp;

In the Callback OnPlayerConnect

TextDrawShowForPlayer(playerid,vcmp);

In OnGameModeInit

vcmp = TextDrawCreate(Float:x, Float:y,"Text");

and the menus that came with gta vice city or in dialog  :D :)

Greetings
#9
mIRC/pawn Scripting / How to define a color to a team?
October 26, 2010, 12:31:15 AM
hello,a question

How to define a color to a team?

I'm doing a tdm and  I wonder if there is another function as "SetPlayerColor"

because I was pawno but sa-mp and I would like to try in vc-mp :) :D

Sorry for my bad English

Greetings From Chile  ;D
#10
Support / Re: VC-MP Wiki
October 04, 2010, 09:50:32 PM
Quote from: Boss on April 16, 2010, 08:17:20 AM
Site has been changed to http://famp.ru/wiki. I just thought wiki would move to official host before anybody notices. :x

hi,

question why do not I work this page? .

I'm from chile.

Greetings