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.


Topics - abdulfussy

Pages: [1]
1
mIRC/pawn Scripting / help me
« on: February 11, 2013, 11:28:55 am »
how to fix this[pawn]D:\SERVER\gamemodes\EVO.pwn(28) : fatal error 100: cannot read from file: "aban"

Compilation aborted.Pawn compiler 3.0.3367         Copyright (c) 1997-2005, ITB CompuPhase


1 Error.
[/pawn]

2
General Discussion / help me portforwading
« on: January 28, 2013, 09:44:04 am »
i have a Huwaei  Router Model:B683 i cant port forward iti tried every thing dint work say youtube videos went to www.portforwading.com it usually gives me this for port forwardeing plz any suggestion to help me i mke my scripts and give people to host it but they use it as they made it plz help http://tinypic.com/view.php?pic=yhqhv&s=6

3
mIRC/pawn Scripting / plz help me dont ignore
« on: January 28, 2013, 09:02:41 am »
in m,y server when ever i sit in a cr i get out i cant sit in the car and when i goto the stuntplace i sit in a car i get out there is transparent no buildings nothing plz help me its like a bug idk plz help me

4
mIRC/pawn Scripting / help meeeeeeee
« on: January 27, 2013, 01:13:22 pm »
can anyone tell me how to add pickups

5
mIRC/pawn Scripting / i want cmds+i want to ask
« on: January 26, 2013, 09:40:43 pm »
can anyone give me getall vehicles cmd and respawn all cars cmd and i wnat to ask can i mke in my server that stuntmode is always on for all players and cant be switched off

6
mIRC/pawn Scripting / how to make heal for money?
« on: January 26, 2013, 05:25:34 pm »
how to make heal for money i wnat to heal like 300$ can u tell me how to chnage this cmd[pawn]   else if ( strcmp( cmd, "!heal", true ) == 0 )
   {
      tmp = strtok( cmdtext, idx );
      if ( !strlen( tmp ) )
      {
         SetPlayerHealth(playerid, 100);
         SendClientMessage(playerid, BLUE,"You Are Healthy Now.");
      }
      else
      {
         new plr = FindPlayerIDFromString( tmp );
          if ( plr != INACTIVE_PLAYER_ID )
         {
            SendClientMessage(playerid, COLOR_GREEN,"%s Is Healthy Now.",gPlayers[ plr ]);
            SendClientMessage(plr, COLOR_YELLOW,"You Are Healthy Now, Thanks To %s", gPlayers[ playerid ]);
            SetPlayerHealth(plr, 100);
         }
         else { SendClientMessage( playerid, COLOR_RED, "Error: Unknown player" ); }
      }
      return 1;
      }[/pawn]

7
mIRC/pawn Scripting / help me
« on: January 26, 2013, 02:30:06 pm »
i want to change fix cmd to auto fix cmd how i do that plz tell me [pawn]   }
else if(strcmp(cmd,"!fix",true) == 0)
{
   if(!IsPlayerInAnyVehicle(playerid)) SendClientMessage(playerid,COLOR_GREY,"You're not in a vehicle!");
              else if ( (GetPlayerVehicleID(playerid) == 155) || ( GetPlayerVehicleID(playerid) == 177) ) SendClientMessage(playerid,COLOR_RED,"You cant fix this vehicle");
      else {
         SetVehicleTyre(GetPlayerVehicleID(playerid), 1);
         SetVehicleLights(GetPlayerVehicleID(playerid), 0);
         SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
         SendClientMessage(playerid,COLOR_YELLOW,"Your car has been fixed!");
      }
            return 1;[/pawn]

8
mIRC/pawn Scripting / help
« on: January 23, 2013, 03:52:24 pm »
i wnat to ask how to make server name under screen ingame

Pages: [1]