Fire Systeme Isuse need a help
#7

pawn Код:
public RandomFireSpawn(playerid)
{
    rand = random(sizeof(RandomFireSpawn));
    CreateObject(objectid, RandomFireSpawn[rand][0], RandomFireSpawn[rand][1], RandomFireSpawn[rand][2], 0.0,0.0, 0.0);
    SetPlayerMapIcon(playerid, 18, RandomFireSpawn[1],RandomFireSpawn[1],RandomFireSpawn[1], 55, COLOR_WHITE, 0);
    if(groupVariables[playerVariables[playerid][pGroup]][gGroupType] != 3)
    {
        SendClientMessage(playerid, COLOR_GREEN, "Dispatch: A Fire Has Been Located Please Respond We Have Set A Icon.");
    }
    return 1;
}
Try this. You had an extra bracket, as Vince said.
Reply


Messages In This Thread
Fire Systeme Isuse need a help - by BigBaws - 21.02.2012, 21:29
Re: Fire Systeme Isuse need a help - by austin070 - 21.02.2012, 21:34
Re: Fire Systeme Isuse need a help - by Vince - 21.02.2012, 21:34
Re : Fire Systeme Isuse need a help - by BigBaws - 21.02.2012, 21:36
Re: Fire Systeme Isuse need a help - by Vince - 21.02.2012, 21:44
Re : Fire Systeme Isuse need a help - by BigBaws - 21.02.2012, 21:47
Re: Fire Systeme Isuse need a help - by austin070 - 21.02.2012, 21:54
Re : Fire Systeme Isuse need a help - by BigBaws - 21.02.2012, 21:59
Re: Fire Systeme Isuse need a help - by austin070 - 21.02.2012, 22:09
Re : Fire Systeme Isuse need a help - by BigBaws - 21.02.2012, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)