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 - Rey

Pages: [1]
1
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 28, 2012, 12:25:30 am »
Thanks alot... i will try this.. Thanks aledark :) i must say thanks for getting what i need :)

2
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 17, 2012, 09:18:52 pm »
Just remove the fucking timer from your script and it will work like a charm..

Cool Down, you need to Fix needed Script, and Timer has to work and will work....Thanks by the way.!

3
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 15, 2012, 12:29:19 pm »
Player is healed but not sending ClientMessage when they dont have needed money PLz Fix it.....! i just need help

4
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 05, 2012, 12:53:17 pm »
This script will never work..

Quote from: Rey
SetTimer( "HealthTimer",5000,1);
Okey i know this but one day it will and i wanted to fix last line of [if else] if u can do it.?

5
mIRC/pawn Scripting / Re: Can You Fix !heal cmd i have made it!!?
« on: December 04, 2012, 03:24:59 pm »
In my cmd [Symbol] it is DecPlayerHandCash u can see it i dont know if i have placed it at wrong place but working if u have 5000 cash....

6
mIRC/pawn Scripting / Can You Fix !heal cmd i have made it!!?
« on: December 04, 2012, 01:53:21 pm »
One Error-----------> Unfriend Symbol  >Cost<  in last line (if else)
Can u plz fix it?
[pawn][/pawn]else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      new Float:Health; GetPlayerHealth( playerid, Health );
      if ( strcmp( GetPlayerLocation( playerid ), "Hospital-Vice-Point-Vice-City-Beach", true ) == 1 ) SendClientMessage( playerid, COLOR_GREEN, "Pm>>>Go To Drug Store For Health." );
        else if ( Health >= 100 ) SendClientMessage( playerid, COLOR_GREEN, "Pm>>>You are healthy." );
        else if ( GetPlayerHandCash( gPlayers[ playerid ] ) < cost ) SendClientMessage( playerid, COLOR_GREEN, "You Don't Have Enough Cash" );
      else
  {
         SetPlayerHealth( playerid, 100.0 );
         DecPlayerHandCash( playerid, 5000 );
         SetTimer( "HealthTimer",5000,1);
            SendClientMessage( playerid, COLOR_GREEN, "Successfully Healed." );
      }
      return 1;
      }

7
mIRC/pawn Scripting / Counrty Function
« on: December 02, 2012, 05:26:00 pm »
I need script that when any one joins it Showz its Country...! Send me plz

8
mIRC/pawn Scripting / Prob with new Server....!
« on: December 01, 2012, 01:24:43 pm »
I have got a Pawno server which has Sof file in game modes...Its a little changed from common servers.......Symbols Like Sendcilentmessage is MessagePM...etc  i can not compail that, do i need Includes or version of Pawno?? if any one knows here...! [Waiting for ur replies]

I Found it here......http://forum.vicecitymultiplayer.com/index.php?topic=5257.0

9
mIRC/pawn Scripting / Re: !eject cmd PLz
« on: November 15, 2012, 02:30:37 pm »
Take this command !eject :)

[pawn]else if(strcmp(cmd,"!eject",true) == 0)
{
   if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid,COLOR_GREEN,"** pm>> You're not in a vehicle!");
              else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_WHITE,"You cant fix this vehicle");
      else {
          RemovePlayerFromVehicle(playerid);
          SendClientMessage(playerid, COLOR_GREEN, "** pm>> You have been Sucessfully ejected!");
      }
        return 1;
        }[/pawn]

Lol
he means that he would like to eject people from his vehicle, not himself
Lolz Rider has given needed cmd. :)

10
mIRC/pawn Scripting / !eject cmd PLz
« on: November 14, 2012, 07:19:36 pm »
Can you give !eject cmd plz

11
mIRC/pawn Scripting / Re: I Need Gotoprop cmd,gotoveh,!cash <id/nick>
« on: November 13, 2012, 11:09:46 am »
Thanks Alot Riders it Worked for me its really great... its okey about !cash cmd..i hope i will get that soon...!!

12
mIRC/pawn Scripting / I Need Gotoprop cmd,gotoveh,!cash <id/nick>
« on: November 12, 2012, 12:33:24 pm »
I need these cmds if any one can help me here!..

Pages: [1]