Help Please my pawno.exe crash - 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: Help Please my pawno.exe crash (
/showthread.php?tid=413510)
Help Please my pawno.exe crash -
Erreur - 05.02.2013
Hello to all,
PHP код:
public MaisonStatus(Mid)
{
if(MaisonVar[Mid][Verouiller] != 0) return "Fermйe";
else return "Ouverte";
}
if i add the code my pawno.exe crash so help me please
ps : i have create all variable nessesry
Sorry for my bad english
best regards
Re: Help Please my pawno.exe crash -
Misiur - 05.02.2013
Show some lines where you call this function. Function code itself looks fine (maybe except being public)