| Mirage Source http://miragesource.net/forums/ |
|
| compile error sub or function not defined http://miragesource.net/forums/viewtopic.php?f=201&t=3657 |
Page 1 of 1 |
| Author: | Jack [ Mon Apr 28, 2008 7:01 pm ] |
| Post subject: | compile error sub or function not defined |
Code: ' Blit out players top For i = 1 To MAX_PLAYERS If IsPlaying(i) And GetPlayerMap(i) = GetPlayerMap(MyIndex) Then Call BltPlayerTop(i) End If Next i it highlights BltPlayerTop(i) |
|
| Author: | Robin [ Mon Apr 28, 2008 7:09 pm ] |
| Post subject: | Re: compile error sub or function not defined |
You don't have a sub called BltPlayerTop. |
|
| Page 1 of 1 | All times are UTC |
| Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |
|