Little help...
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(!IsPlayerConnected(i) || IsPlayerNPC(i) || PlayerInfo[i][pAdmin] >= 3) continue;
    new vehicleid = GetPlayerVehicleID(i);
    if(vehicleid > 0 && GetVehicleSpeed(vehicleid) > 500)
    {
        new Float:X,Float:Y,Float:Z;
        GetPlayerPos(i,X,Y,Z);
        SetVehiclePos(vehicleid,Z,Y,X);
    }
}
Still wont work ! Even when i am level 0...
Reply


Messages In This Thread
Little help... - by tuuler - 10.11.2013, 14:10
Re: Little help... - by Konstantinos - 10.11.2013, 14:22
Re: Little help... - by newbie scripter - 10.11.2013, 14:25
Re: Little help... - by tuuler - 10.11.2013, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)