SA-MP Forums Archive
" Car Impounded " is not showing.. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: " Car Impounded " is not showing.. (/showthread.php?tid=614675)



" Car Impounded " is not showing.. - jimdo - 11.08.2016

When the vehicle is impounded, the player who enter the vehicle should see "This vehicle is impounded" but it doesn't shows.. please help

pawn Код:
if(IsPlayerAtImpound(playerid))
            {
                if(dini_Int(CarFile(GetPlayerVehicleID(playerid)), "impounded"))
                {
                    SendClientError(playerid, "This vehicle is impounded!");
                    RemovePlayerFromVehicle(playerid);
                }
            }