SA-MP Forums Archive
LARP HELP - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: LARP HELP (/showthread.php?tid=141523)



LARP HELP - Pawno_Scripter - 13.04.2010

Hi. I have a little problem with LARP GM. When a user is logged in, the OOC chat is enabled how do I disable it?

The script at
pawn Код:
public OnPlayerConnect()
i have this

pawn Код:
gOoc[playerid] = 0; gNews[playerid] = 0; BigEar[playerid] = 0; gDice[playerid] = 0; gFam[playerid] = 0;
but not work HELP me.


Re: LARP HELP - Ben147 - 13.04.2010

search in your script gOoc[playerid] = 1;
and change it to 0



Re: LARP HELP - Pawno_Scripter - 13.04.2010

dont work! HELP


Re: LARP HELP - Jay420 - 13.04.2010

Isn't the OOC channel disable/enable command something like /noooc in all the GF edits?


Re: LARP HELP - johnnyc - 13.04.2010

what you mean? you can disable by admin command, and you mean its a bug that if you disable it will keep enabled ?


Re: LARP HELP - Pawno_Scripter - 13.04.2010

yes i can disable OOc chat /noooc , but if I restart the server OOC chat is enabled for users.


Re: LARP HELP - Pawno_Scripter - 13.04.2010

anyone please?


Re: LARP HELP - Nakash - 13.04.2010

Under OnGamemodeInIt()

pawn Код:
noooc = 1;



Re: LARP HELP - Pawno_Scripter - 13.04.2010

Kartowka thanks for help. now it work.