[Ajuda] TextDrawSetString Ajuda.
#1

Bem eu estou com seguintes erros nessas linhas eu jб procurei entender mais ainda nгo conseguir resolver, espero que me ajudem.
Код HTML:
BMM.pwn(29456) : error 028: invalid subscript (not an array or too many subscripts): "forum2"
BMM.pwn(29456) : warning 215: expression has no effect
BMM.pwn(29456) : error 001: expected token: ";", but found "]"
BMM.pwn(29456) : error 029: invalid expression, assumed zero
BMM.pwn(29456) : fatal error 107: too many error messages on one line

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


4 Errors.
Linha dos erros:
Код HTML:
    	new check = PlayerInfo[playerid][pLevel]+1;
        format(gstring,sizeof(gstring),"~b~Nome: ~w~%s    ~b~Level: ~w~%d    ~b~Respeito: ~w~%d~b~ / ~w~%d    ~b~Celular: ~w~%d    ~b~Creditos: ~w~%d", PlayerName(playerid), PlayerInfo[playerid][pLevel],
		PlayerInfo[playerid][pExp], check*levelexp, PlayerInfo[playerid][pPnumber], PlayerInfo[playerid][pCreditos]);
	  TextDrawSetString(forum2[playerid], gstring);
	    gmsg[playerid] = 1;
Espercificamente nesta linha aqui:
Код HTML:
TextDrawSetString(forum2[playerid], gstring);
Reply


Messages In This Thread
TextDrawSetString Ajuda. - by Rollyan - 26.07.2016, 13:01
Re: TextDrawSetString Ajuda. - by Rollyan - 26.07.2016, 13:09
Respuesta: TextDrawSetString Ajuda. - by SammyJ - 26.07.2016, 13:24
Re: TextDrawSetString Ajuda. - by Rollyan - 26.07.2016, 13:27
Respuesta: TextDrawSetString Ajuda. - by SammyJ - 26.07.2016, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)