Unos errores
#1

x.pwn(6735) : error 033: array must be indexed (variable "GetPlayerNameEx")
x.pwn(673 : error 035: argument type mismatch (argument 1)
x.pwn(6740) : error 033: array must be indexed (variable "GetPlayerNameEx")
x.pwn(6743) : error 035: argument type mismatch (argument 1)

Esos errores corresponden a las siguientes lнneas marcadas en rojo en el mismo orden:

if(estaenllamada[playerid] == true)
{
new string[164];
if(GetPlayerNameEx(playerid) == strval(llama))
{
format(string,sizeof(string),"%s",text);
Mensaje(contesta,0xFFFFFAA,string);
}
if(GetPlayerNameEx(playerid) == contesta)
{
format(string,sizeof(string),"%s",text);
Mensaje(llama,0xFFFFFAA,string);
}
}

AGREGO: ESE CУDIGO ESTБ EN ONPLAYERTEXT
Gracias de antemano.
Reply


Messages In This Thread
Unos errores - by lComandante - 21.11.2014, 01:04
Respuesta: Unos errores - by jotajeda - 21.11.2014, 01:23
Respuesta: Unos errores - by lComandante - 21.11.2014, 01:32
Respuesta: Unos errores - by jotajeda - 21.11.2014, 02:10
Respuesta: Unos errores - by aoEXE - 21.11.2014, 02:27

Forum Jump:


Users browsing this thread: 1 Guest(s)