Pobrema Con Esta Variable
#1

Hola Amigos tengo un problema con una variable que da error mira
Quote:

C:\Users\User Principal 2\Documents\DeTodoUnPoco\gamemodes\CounterTDM.pwn( 531) : error 033: array must be indexed (variable "Jailed")
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Quote:

forward Libre(playerid);
public Libre(playerid)
{
Jailed = false;
SendClientMessage(playerid, -3, "Ahora eres libre!");
SetPlayerPos(playerid, 1544.05,-1674.74,14.36); // Posiciуn donde queda despues de haber cumplido...
//Lo que va a pasar cuando se acaba la sentencia o tiempo.
return 1;
}

Reply
#2

Jailed = false; >>>> Jailed[playerid] = false;
Reply
#3

new bool: Jailed[MAX_PLAYERS];
Jailed[playerid] = false;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)