28.06.2016, 19:09
Olб galera boa tarde, gostaria de saber porque estб dando esse erro, e como soluciona-lo:
error 035: argument type mismatch (argument 2) Na linha 99
Код:
public infing(playerid) { new str[128]; format(str, 128, "~b~~h~~h~Level: ~w~%d ~b~~h~~h~Morreu: ~w~%d ~b~~h~~h~Matou: ~w~%d", PlayerInfo[playerid][Level], PlayerInfo[playerid][Morreu], PlayerInfo[playerid][Matou]); return TextDrawSetString(Text:TextLevel, Text:TextMorreu, Text:TextMatou, str); }