Bus System dosnt work..
#9

This is how it was before
pawn Код:
public OnPlayerConnect(playerid)
{




    // all saints hostpital
    RemoveBuildingForPlayer(playerid, 1410, 2487.3984, -1688.1016, 13.2813, 0.25);
    RemoveBuildingForPlayer(player
and this is what a changed it to
pawn Код:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid)) return gPlayerLogged[playerid] = 1;
    return 1;
}




    // all saints hostpital
    RemoveBuildingForPlayer(playerid, 1410, 2487.3984, -1688.1016, 13.2813, 0.25);
    RemoveBuildingForPlayer(player
Reply


Messages In This Thread
Bus System dosnt work.. - by Don_Cage - 16.12.2012, 00:38
Re: Bus System dosnt work.. - by CyNiC - 16.12.2012, 00:53
Re: Bus System dosnt work.. - by willsuckformoney - 16.12.2012, 00:57
Re: Bus System dosnt work.. - by Don_Cage - 16.12.2012, 01:02
Re: Bus System dosnt work.. - by willsuckformoney - 16.12.2012, 01:08
Re: Bus System dosnt work.. - by maramizo - 16.12.2012, 01:21
Re: Bus System dosnt work.. - by Don_Cage - 16.12.2012, 01:43
Re: Bus System dosnt work.. - by CyNiC - 16.12.2012, 01:50
Re: Bus System dosnt work.. - by Don_Cage - 16.12.2012, 02:01
Re: Bus System dosnt work.. - by maramizo - 16.12.2012, 02:05

Forum Jump:


Users browsing this thread: 2 Guest(s)