25.06.2013, 20:18
cant seem to fix this does anyone know the idea of it
Error line

Код:
C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(2148) : error 017: undefined symbol "playerid" C:\Users\Brandon\Desktop\IGRP\gamemodes\IG.pwn(2148) : error 017: undefined symbol "playerid"
Код:
for (new i = 0; i < APPROX_PLAYERS; i++)
{
if(PlayerInfo[playerid][pFaction] != 6) return SendClientMessage(playerid, -1, "You are not in a faction.");
{
SetPlayerCheckpoint(i, RandomFire_X,RandomFire_Y,RandomFire_Z, 3.0);
SendClientMessage(i, COLOR_LIGHTBLUE, "(INFO) A marker has been put on your GPS.");
}
}
Код:
if(PlayerInfo[playerid][pFaction] != 6) return SendClientMessage(playerid, -1, "You are not in a faction.");


