[SUGGESTION]Drive-By Hiding
#10

Quote:
Originally Posted by Sergei
Посмотреть сообщение
Is it just me, or this is really bad example?
It is a bad example. This is a good example:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/remove", cmdtext, true, 10) == 0)
    {
        new veh =  GetPlayerVehicleID(playerid);
        new seat = GetPlayerVehicleSeat(playerid);
        new Float:pos[3];
        GetPlayerPos(playerid, pos[0], pos[1], pos[2]);
        SetPlayerPos(playerid, pos[0], pos[1], pos[2]);
        PutPlayerInVehicle(playerid, veh, seat);
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
[SUGGESTION]Drive-By Hiding - by Riddick94 - 11.12.2010, 20:32
Re: [SUGGESTION]Drive-By Hiding - by case 1337: - 11.12.2010, 20:33
Re: [SUGGESTION]Drive-By Hiding - by Grim_ - 11.12.2010, 20:34
Re: [SUGGESTION]Drive-By Hiding - by [03]Garsino - 11.12.2010, 20:36
Re: [SUGGESTION]Drive-By Hiding - by Riddick94 - 11.12.2010, 20:37
Re: [SUGGESTION]Drive-By Hiding - by case 1337: - 11.12.2010, 20:40
Re: [SUGGESTION]Drive-By Hiding - by Scenario - 11.12.2010, 21:00
Re: [SUGGESTION]Drive-By Hiding - by Riddick94 - 11.12.2010, 21:07
Re: [SUGGESTION]Drive-By Hiding - by Sergei - 12.12.2010, 12:30
Re: [SUGGESTION]Drive-By Hiding - by CaHbKo - 12.12.2010, 13:28

Forum Jump:


Users browsing this thread: 1 Guest(s)