- Joined
- Aug 8, 2012
- Messages
- 154
Hey there!
I have been working on a survival map with zombies, blah blah, the usual...
However, when I test the map with my friends over LAN, as soon as the game starts (before the loading screen) my friends disconnect and their games crash, whereas mine is fine.
I have an inkling that this has something to do with a GetLocalPlayer() action I have, due to my attempts to have player specific multiboard readings.
Here are the triggers involving the LocalPlayer:
If it is necessary for me to PM someone the map so they can test it themselves, then so be it, but I'd rather not post it here on the forum
Cheers in advance!
I have been working on a survival map with zombies, blah blah, the usual...
However, when I test the map with my friends over LAN, as soon as the game starts (before the loading screen) my friends disconnect and their games crash, whereas mine is fine.
I have an inkling that this has something to do with a GetLocalPlayer() action I have, due to my attempts to have player specific multiboard readings.
Here are the triggers involving the LocalPlayer:
-
Create Multiboard
-
Events
- Time - Elapsed game time is 1.00 seconds
- Conditions
-
Actions
- Custom script: set udg_LocalPlayer = GetLocalPlayer()
- Multiboard - Create a multiboard with 2 columns and 4 rows, titled WarZ Killboard
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 1 to Z-Kills:
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 2 to Murders:
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 3 to Deaths:
- Multiboard - Set the text for (Last created multiboard) item in column 1, row 4 to Blood:
-
For each (Integer A) from 1 to 5, do (Actions)
-
Loop - Actions
- Multiboard - Set the display style for (Last created multiboard) item in column 1, row (Integer A) to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 2, row (Integer A) to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 3, row (Integer A) to Show text and Hide icons
- Multiboard - Set the display style for (Last created multiboard) item in column 4, row (Integer A) to Show text and Hide icons
- Multiboard - Set the width for (Last created multiboard) item in column 1, row (Integer A) to 4.00% of the total screen width
- Multiboard - Set the width for (Last created multiboard) item in column 2, row (Integer A) to 2.00% of the total screen width
-
Loop - Actions
-
For each (Integer A) from 1 to 4, do (Actions)
-
Loop - Actions
- Multiboard - Set the color for (Last created multiboard) item in column 1, row (Integer A) to (100.00%, 100.00%, 0.00%) with 0.00% transparency
-
Loop - Actions
-
For each (Integer A) from 2 to 5, do (Actions)
- Loop - Actions
- Custom script: set udg_LocalPlayer = null
- Multiboard - Show (Last created multiboard)
-
Events
-
checking
-
Events
- Time - Every 0.20 seconds of game time
- Conditions
-
Actions
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 1 to (String(PlayerKillzzz[(Player number of LocalPlayer)]))
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 2 to (String(murder1[(Player number of LocalPlayer)]))
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 3 to (String(playerdeaths[(Player number of LocalPlayer)]))
- Multiboard - Set the text for (Last created multiboard) item in column 2, row 4 to (String(Blood[(Player number of LocalPlayer)]))
-
Events
If it is necessary for me to PM someone the map so they can test it themselves, then so be it, but I'd rather not post it here on the forum
Cheers in advance!