textdraw problem
#1

public OnPlayerDeath(playerid, killerid, reason)
{
new string[128];
format(string, sizeof(string), "Level: %d",pInfo[killerid][Lygis]);
TextDrawSetString(Textdraw1[killerid], string);
return 1;
}


error 028: invalid subscript (not an array or too many subscripts): "Textdraw1"
Line: TextDrawSetString(Textdraw1[killerid], string);

whats wrong?
Reply


Messages In This Thread
textdraw problem - by jaksimaksi - 08.01.2011, 13:16
Re: textdraw problem - by jaksimaksi - 08.01.2011, 13:57
Re: textdraw problem - by jaksimaksi - 08.01.2011, 14:32
Re: textdraw problem - by Kwarde - 08.01.2011, 15:18

Forum Jump:


Users browsing this thread: 1 Guest(s)