23.10.2012, 09:22
I fixed this what happend was the higher than or equal to sign was incorrect.
Thank you for trying to help.
Код:
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....