formatting it wrong
#1

pawn Код:
if(HouseInfo[playerid][hOwner] == 1)
    {
        format(string, sizeof string, ""COLOR_GREEN"Owner: "COLOR_WHITE"%s \n", Name); //error line
        HouseInfo[playerid][hLabel] = Create3DTextLabel(string, COLOR_GREEN, HouseInfo[playerid][hEnterX], HouseInfo[playerid][hEnterZ], HouseInfo[playerid][hEnterZ], 7.0, 0);
        HouseInfo[houseid][hPickup] = CreatePickup(HouseInfo[playerid][hEnterX], HouseInfo[playerid][hEnterY], HouseInfo[playerid][hEnterZ], 2, 0, 0, 0, 20);
    }
Код:
 error 001: expected token: "-string end-", but found "-identifier-"
error 001: expected token: "-string end-", but found "-identifier-"
 warning 215: expression has no effect
error 001: expected token: ";", but found "-integer value-"
 fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


4 Errors.
Reply


Messages In This Thread
formatting it wrong - by _Khaled_ - 22.07.2013, 02:46
Re: formatting it wrong - by PrinceKumar - 22.07.2013, 03:08
Re: formatting it wrong - by Kar - 22.07.2013, 05:28
Re: formatting it wrong - by cessil - 22.07.2013, 06:04

Forum Jump:


Users browsing this thread: 1 Guest(s)