SA-MP Forums Archive
Add commands HELP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Add commands HELP (/showthread.php?tid=225985)



Add commands HELP - rokata555 - 14.02.2011

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


Re: Add commands HELP - Stunt_Guy - 14.02.2011

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


Re: Add commands HELP - rokata555 - 14.02.2011

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


Re: Add commands HELP - Stunt_Guy - 14.02.2011

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 ??


Re: Add commands HELP - rokata555 - 14.02.2011

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


Re: Add commands HELP - Stunt_Guy - 14.02.2011

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


Re: Add commands HELP - Unknown123 - 14.02.2011

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?