• 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 - Terminatorupgrade 2

#76
any idea or you can send us config.ini file for an example
#77
its works Hurray!!! ;D ;D ;D
#78
Quoteif (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;
   }


instead of this use

Quoteif (strcmp(cmdtext, "!superheal", true)==0)
   {
        new Float:Health; GetPlayerHealth(playerid,Health);
      SetPlayerHealth(playerid,100.0);
      SetPlayerArmour(playerid,100.0);
        SetVehicleHealth(playerid,1000.0);
        if (GetPlayerMoney(playerid) > 500) DecPlayerHandCash(playerid,500);
      SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
      return 1;
   }

code changed
QuoteGivePlayerMoney(playerid,-500); //Change 500 for the money you want to remove it using this command
to
Quoteif (GetPlayerMoney(playerid) > 500) DecPlayerHandCash(playerid,500);

hahha i made it myself thanks god
#79
any more sulotion please
#80
mIRC/pawn Scripting / Re: help me about FBS scripts...
November 05, 2010, 09:11:16 AM
jhonx use pawno gups 5v  i can send it for you
#81
Massively Fail
#82
mIRC/pawn Scripting / Re: help me about FBS scripts...
November 04, 2010, 02:17:50 PM
!getcar not works in fbs
#83
XE Servers (NEW) / Re: New Site! www.xe-servers.eu
November 04, 2010, 10:15:28 AM
Sorry Guest, you are banned from using this forum!
64 spam threads
#84
mIRC/pawn Scripting / Re: help me about FBS scripts...
November 04, 2010, 10:13:27 AM
you have tested this??its works for me
#85
ShowRoom (pawn) / Re: GUPS 1.16a
November 04, 2010, 06:40:02 AM
how to add prop from pawno server please .give any code

Quotezombeh server? maybe lol
Sure i made one  ;D

~Don't double post~
#86
mIRC/pawn Scripting / Re: help me about FBS scripts...
November 04, 2010, 06:35:33 AM
Just add this to your server.cfg

rcon_password your-password-here
Rcon_max_users 10
Rcon_port 5315

and update your rcon dll

http://liberty-unleashed.co.uk/vcmp/vc-mp-r2.zip

P.S Devian Mirc can also Connect to pawno server
#87
working but not costing ??? ??? :o :o :o





anyway big thanks be happy ;) :D :D :D
#88
Thanks ~ ;D ;D ;D ;D ;D ;D ;D ;D for fail

/superheal is not working
i have modified it to !superheal but it is not costing
#89
VC:MP Clans / Re: REVOLUTIONARY DOMINATING XPERTS
November 01, 2010, 02:24:08 PM
Fail..
you don't have your own server
if you want.you can have it
its free and its for pakistanies also
Mubarik ho pakistan ka phela international server
"ITS SCHEDULED shit shit"
any one want to have server online
anyone wants to become host of server contact me
server ip

HostName: ~!~DeAtH mAtCh SeRvER hEad kiLiNg [UK]
Address:  ip addreess is not static
Players:  0 / 30
Ping:     100
Mode:  gups  
Map:  vicecity


Join our Clan www.knighthero.co.nr



Admins nick :classicJunk ,KnightHero , Sameer, hufiza
   pm:you can also become admin too
#90
hey i need help
i am a pawno scripter aOh i am a pawno Noob
i am king this script
!superheal
in this script i need to get cost 500

Quoteelse if (strcmp(cmd, "!superheal", true) == 0) {
        else var %cost = 1000;
      new Float:Health; GetPlayerHealth(playerid,Health);
      new snick[256], plr, health[256], armour[256], szMsg[256];
       snick = strtok(cmdtext, idx), plr = FindPlayerIDFromString(snick), armour = strtok(cmdtext, idx), health = strtok(cmdtext, idx);
      SetPlayerHealth(playerid,100.0);
      SetPlayerArmour(playerid,100.0);
      SetVehicleHealth(playerid,1000.0);
        SendClientMessage(playerid,COLOR_GREEN,"You have been Supered Healed.");
        return 1;

i need help to fix it