Map Problem! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Map Problem! (
/showthread.php?tid=547785)
Map Problem! -
Seaf - 25.11.2014
i have this problem for a long time ! when i always add map its giving me error ! why i dont under stand
Re: Map Problem! -
DavidBilla - 25.11.2014
Add them under Onplayerconnect, it looks like you're adding them out of any callback
Re: Map Problem! -
Seaf - 25.11.2014
Quote:
Originally Posted by DavidBilla
Add them under Onplayerconnect, it looks like you're adding them out of any callback
|
how retype code please
Re : Map Problem! -
LaPiMoNsTeR - 25.11.2014
Add ' RemoveBuildingForPlayer ' in OnPlayerConnect, not in OnGameModeInit or OnFilterScriptInit .
Re: Map Problem! -
Kelzano - 26.11.2014
Your problem is basicly a misplaced mapping problem.
How to fix it ?
1 - Select all the lines of the mapping you have added in.
2 - Cut them.
3 - Search for OnPlayerConnect in the script
4 - Paste the lines you have cut earlier on a blank space in the OnPlayerConnect
5 - Re-compile, the mapping should be fixed and added in.
If you need more help, add me on skype : Kelzano (I'm the tiger picture)
If I helped you, please rep+.
Re: Map Problem! -
Sew_Sumi - 27.11.2014
Quote:
Originally Posted by Seaf
how retype code please
|
Код:
public OnGameModeInit
{
Put your code in here...
}