25.04.2014, 13:56
Hello,
I have got a problem and I tried everything to solve these errors:
The whole callback
Please help me and thanks for your time.
P.S. Just reply with a quote where all the errors are fixed. REP+ for the 1 who helps me!
I have got a problem and I tried everything to solve these errors:
Код:
(423 -- 425) : error 001: expected token: ",", but found "-integer value-" (425) : error 001: expected token: ";", but found ")" (425) : error 029: invalid expression, assumed zero 425) : fatal error 107: too many error messages on one line
Код:
public OnPlayerSpawn(playerid) { SetPlayerToTeamColor(playerid); SetPlayerInterior(playerid,0); if(gTeam[playerid] == TEAM_USA) { SetPlayerWorldBounds(playerid,-1431.8788,2671.4309,55.6918,86.4808); SetPlayerWorldBounds(playerid,-1427.3003,2599.9141,55.6875,86.7942); Line 423-->> GameTextForPlayer(playerid, Line 424-->> "Kill the ~b~German soldiers!" Line 425-->> 6000,5); } else if(gTeam[playerid] == TEAM_GERMANY) { SetPlayerWorldBounds(playerid,-1499.3402,2528.9641,55.6875,0.0000); SetPlayerWorldBounds(playerid,-1546.1434,2672.2556,55.6875,273.5192); GameTextForPlayer(playerid, "Kill the ~b~American soldiers!" 6000,5); }
P.S. Just reply with a quote where all the errors are fixed. REP+ for the 1 who helps me!