22/01/2022 15:45
(22/01/2022 14:55)xbruno1000x Escreveu:Código:forward IsPlayerInJail(playerid);
public IsPlayerInJail(playerid)
{
if(PlayerInfo[playerid][Jailed] != 0) return true;
return 0;
}
Agora compilo. porém no gamemode deu isso..
Código PHP:
error 035: argument type mismatch (argument 2)
linha:
Código PHP:
if(CallRemoteFunction("IsPlayerInJail", playerid)) return SendClientMessage(playerid, -1, "Você está preso!");