05.11.2014, 08:23
Hello, when I'm compiling my gamemode I'm getting this error:
And on 33901 - 33904 there is
Quote:
(33901) : error 017: undefined symbol "ShowSubtitle" (33902) : error 017: undefined symbol "PlayerNameEx" (33904) : error 017: undefined symbol "ListeningToRadio" (33904) : warning 215: expression has no effect (33904) : error 001: expected token: ";", but found "]" (33904) : error 029: invalid expression, assumed zero (33904) : fatal error 107: too many error messages on one line |
Quote:
ShowSubtitle(playerid, "Radio changed, now playing: Hot 108 Jamz!.", 1000, 1); format(string, sizeof(string), "* %s changed the radio station to Hot 108 Jamz.", PlayerNameEx(playerid)); ProxDetector(20.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE); ListeningToRadio[playerid] = 1; |