Add commands HELP
#1

Hey all any say me how to add commands /v -for cars,bike... and how to create unlimited nitro PLS HELP
Reply
#2

Just Search On SA-MP Forum .. and try to find these Filterscripts .......
Reply
#3

men give me link i say,PLEASE SAY ME GIVE ME LINK PLEASE
Reply
#4

Why u are so lazyyyyyy to do just searching on a Filterscript ?? u guys .. why are u guys sooooo lazyyyyyy ?? to do something for them server ... Any way , it's not very hard to search on Sa-mp forum .. wanna someone learn u how to search on samp forum ??
Reply
#5

i search dont have unlimited nitro and /v command :@
Reply
#6

Reallyyyyyyyyyyyyyyyyyyyyyyyyyyy I Use A FS Of Cars Vehicle Spawner !!!!!!!!! What The Hell .. You Are a Lier .. I Think So ...
Reply
#7

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    dcmd(v, 1, cmdtext);
    return 0;
}

dcmd_v(playerid, params[]) //Tested and working
{
    new spawnvehicleid;
    if(sscanf(params, "d", spawnvehicleid)) return SendClientMessage(playerid, COLOR_USAGE, "USAGE: /v (vehicle id)");
    else if(spawnvehicleid > 399 && spawnvehicleid < 612)
    {
        SendClientMessage(playerid, COLOR_ADMIN, "Vehicle Spawned!");

        CreateVehicleEx(playerid,spawnvehicleid, X,Y,Z+1, Angle, -1, -1, -1);
    }
    else SendClientMessage(playerid, COLOR_USAGE,"USAGE: Minimum 400 || Maximum 611");
    return 1;
}
At the Unlimited nitro, press at the "Search" text in my signature and search for Unlimted Notro?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)