21.03.2012, 02:10
Quote:
|
To com esses erros
Код:
error 035: argument type mismatch (argument 2) error 017: undefined symbol "raio" error 035: argument type mismatch (argument 2) error 035: argument type mismatch (argument 2) warning 217: loose indentation Код:
if(IsPlayerInRangeOfPoint(i, raio, X, Y, Z))
{
TextDrawShowForPlayer(i, gText3);
}
else
{
TextDrawHideForPlayer(i, gText3);
}
esse faz parte da textdraw ta com erro tambйm
TextDrawShowForPlayer(i, gText3);
|
e as coordenadas, vгo no lugar do X, do Y, e do Z.. exemplo X, ficaria 0.11111, y, ficaria 1.22222, z, ficaria 2.0000
@edit, sу Lembrando, que as coordenadas e o raio, devem ser em Float ^^


