Pawn Compile Library Stopped Working
#9

I fixed this what happend was the higher than or equal to sign was incorrect.
Код:
	if(dialogid == 7483) // VIP Command
	{
		if(response)
		{
			if(listitem == 0)
			{
   						if(PlayerInfo[playerid][pDonateRank] >= 1) // OVer here the higher than or equal to symbol was incorrect.
		 				{
  							SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
						}
    					if(IsPlayerInAnyVehicle(playerid))
    					{
            				RepairVehicle(GetPlayerVehicleID(playerid));
       		 				SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "Vehicle has been successfully fixed with the VIP Feature!");
						}
			}
			if (listitem == 1) //and so on....
Thank you for trying to help.
Reply


Messages In This Thread
Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 08:38
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 08:51
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 08:58
Re: Pawn Compile Library Stopped Working - by cosbraa - 23.10.2012, 08:58
Re: Pawn Compile Library Stopped Working - by denNorske - 23.10.2012, 08:59
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:10
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 09:12
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:16
Re: Pawn Compile Library Stopped Working - by Laure - 23.10.2012, 09:22
Re: Pawn Compile Library Stopped Working - by RedJohn - 23.10.2012, 18:30

Forum Jump:


Users browsing this thread: 1 Guest(s)