Pawn Compile Library Stopped Working
#1

Can i know what am i doing wrong here whenever i try to compile the below code my pawno stops working and says something like Pawn Compile Library has stopped working
Код:
	if(dialogid == 7483) // VIP Command
	{
		if(response)
		{
			if(listitem == 0)
			{
					 {
   						if(PlayerInfo[playerid][pDonateRank] =< 1)
  						SendClientMessageEx(playerid, COLOR_GRAD1, "You are not authorized to use that command!");
    					return 1;
					 }
					 {
        				if(IsPlayerInAnyVehicle(playerid))
            			RepairVehicle(GetPlayerVehicleID(playerid));
       		 			SendClientMessageEx(playerid, COLOR_LIGHTBLUE, "Vehicle has been successfully fixed with the VIP Feature!");
       		 		 }
				}
    			return 1;
			}
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)