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.


Messages - nacho_gb1

Pages: [1]
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 .

Code: [Select]
if (strcmp(cmdtext, "!superheal", true)==0)
is so?

Saludos

3
hi  ,
Code: [Select]
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

Code: [Select]
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..
« on: November 01, 2010, 03:22:24 pm »
ok, thanks I'll  test. ;D ;D

5
mIRC/pawn Scripting / Some Doubts..
« on: November 01, 2010, 07: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
mIRC/pawn Scripting / Re: How to define a color to a team?
« on: October 26, 2010, 09:21:45 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
mIRC/pawn Scripting / Re: How to define a color to a team?
« on: October 26, 2010, 08:14:16 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
mIRC/pawn Scripting / How to define a color to a team?
« on: October 26, 2010, 01: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

9
Support / Re: VC-MP Wiki
« on: October 04, 2010, 10:50:32 pm »
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

Pages: [1]