fatal error 107: too many error messages on one line - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: fatal error 107: too many error messages on one line (
/showthread.php?tid=662999)
fatal error 107: too many error messages on one line -
p3p4 - 18.01.2019
(7195) : error 001: expected token: "-identifier-", but found "="
(7195) : warning 215: expression has no effect
(7195) : error 001: expected token: ";", but found ")"
(7195) : error 029: invalid expression, assumed zero
Quote:
PI[playerid][P_HOUSEICONS][ PI[playerid][P_HOUSES] ] = CreateDynamicMapIcon(HI[i][H_extPos][0], HI[i][H_extPos][1], HI[i][H_extPos][2], 31, -1, FREEROAM_VW, .playerid = playerid, .streamdistance = 1000.0, .style = MAPICON_GLOBAL)
|
Re: fatal error 107: too many error messages on one line -
Volumen - 18.01.2019
";" in the end
Re: fatal error 107: too many error messages on one line -
p3p4 - 18.01.2019
it's same error
Re: fatal error 107: too many error messages on one line -
BOyka1 - 19.01.2019
Quote:
PI[playerid][P_HOUSEICONS][ PI[playerid][P_HOUSES] ] = CreateDynamicMapIcon(HI[i][H_extPos][0], HI[i][H_extPos][1], HI[i][H_extPos][2], 31, -1, FREEROAM_VW, playerid, 1000.0, MAPICON_GLOBAL);
|
You're missing a ";" at the end
Re: fatal error 107: too many error messages on one line -
GeorgeLimit - 19.01.2019
Quote:
PI[playerid][P_HOUSEICONS][P_HOUSES] = CreateDynamicMapIcon(HI[i][H_extPos][0], HI[i][H_extPos][1], HI[i][H_extPos][2], 31, -1, FREEROAM_VW, streamdistance = 1000.0, style = MAPICON_GLOBAL)
|
still same or no