Map Problem!
#1

i have this problem for a long time ! when i always add map its giving me error ! why i dont under stand

Reply
#2

Add them under Onplayerconnect, it looks like you're adding them out of any callback
Reply
#3

Quote:
Originally Posted by DavidBilla
Посмотреть сообщение
Add them under Onplayerconnect, it looks like you're adding them out of any callback
how retype code please
Reply
#4

Add ' RemoveBuildingForPlayer ' in OnPlayerConnect, not in OnGameModeInit or OnFilterScriptInit .
Reply
#5

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+.
Reply
#6

Quote:
Originally Posted by Seaf
Посмотреть сообщение
how retype code please
Код:
public OnGameModeInit
{
    Put your code in here...
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)