Little Problem [+REP]
#4

Still the same problem

@ SGT.TheDarkness
pawn Код:
public PutInCS(playerid)
{
    new Float:x, Float:y, Float:z, Float:angle, csveh;
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(PlayerInDM[i][CS] == 1)
        {
            GetPlayerPos(i, x,y,z);
            GetPlayerFacingAngle(i, angle);
            csveh = CreateVehicle(444, x,y,z,angle, 24, 25, -1);
            PutPlayerInVehicle(i, csveh, 0);
            GameTextForPlayer(i, "~R~ Defeat all your opponents!", 4000, 1);
            TogglePlayerControllable(i, true);
        }
    }
}
@Konstantions i checked and when player type /de - > PlayerInDM[playerid][CS] = 1;
Reply


Messages In This Thread
Little Problem [+REP] - by Ady_Ro - 23.03.2014, 13:52
Re: Little Problem [+REP] - by Konstantinos - 23.03.2014, 13:55
Re: Little Problem [+REP] - by Sgt.TheDarkness - 23.03.2014, 13:55
Re: Little Problem [+REP] - by Ady_Ro - 23.03.2014, 14:02
Re: Little Problem [+REP] - by Konstantinos - 23.03.2014, 14:10
Re: Little Problem [+REP] - by Ady_Ro - 23.03.2014, 16:18
Re: Little Problem [+REP] - by Konstantinos - 23.03.2014, 16:52
Re: Little Problem [+REP] - by Ady_Ro - 23.03.2014, 16:54
Re: Little Problem [+REP] - by Konstantinos - 23.03.2014, 17:02
Re: Little Problem [+REP] - by Ady_Ro - 23.03.2014, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)