19.02.2009, 11:49
Hi guys im using the a_zone.inc , but now im getting this error when i use this script:
This is the error i get:
Whats wrong?
pawn Код:
#include <a_samp>
#include <a_zones>
new Zone[MAX_ZONE_NAME];
new Location[MAX_PLAYERS];
public OnPlayerConnect(playerid)
{
for(new i = 0; i <MAX_PLAYERS; i++)
{
GetPlayer2DZone(i, Zone, MAX_ZONE_NAME);
Location[i] = Zone;
}
return 1;
}
pawn Код:
E:\_Spellen\bkp\filterscripts\testing.pwn(13) : error 006: must be assigned to an array
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.