23.10.2012, 08:38
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; }