how to make a /find command
#1

it can use /find in lspd
to find some item
how to do that?
Reply
#2

the command should do what?
Reply
#3

to /find something
like the weapon and some item
Reply
#4

explain more.. are you trying to find locations, or ID's?
Reply
#5

i think he means

pawn Код:
if(strcmp(cmdtext, "/weapons", true)==0)
    {
        GivePlayerWeapon(playerid,3,100);
        GivePlayerWeapon(playerid,4,100);
        GivePlayerWeapon(playerid,5,100);
        GivePlayerWeapon(playerid,6,100);
        GivePlayerWeapon(playerid,7,100);
        GivePlayerWeapon(playerid,8,100);
        GivePlayerWeapon(playerid,9,100);
        GivePlayerWeapon(playerid,24,100);
        GivePlayerWeapon(playerid,25,100);
        GivePlayerWeapon(playerid,26,100);
        GivePlayerWeapon(playerid,30,100);
        GivePlayerWeapon(playerid,29,100);
        GivePlayerWeapon(playerid,31,100);
        GivePlayerWeapon(playerid,34,100);
        GivePlayerWeapon(playerid,35,100);
        GivePlayerWeapon(playerid,33,100);
        GivePlayerWeapon(playerid,38,100);
        GivePlayerWeapon(playerid,37,100);
        GivePlayerWeapon(playerid,32,100);
        GivePlayerWeapon(playerid,28,100);
        GivePlayerWeapon(playerid,27,100);
        return 1;
    }
EDIT: Oops wrong
Reply
#6

Quote:
Originally Posted by Kitten
Посмотреть сообщение
i think he means

pawn Код:
if(strcmp(cmdtext, "/weapons", true)==0)
    {
        GivePlayerWeapon(playerid,3,100);
        GivePlayerWeapon(playerid,4,100);
        GivePlayerWeapon(playerid,5,100);
        GivePlayerWeapon(playerid,6,100);
        GivePlayerWeapon(playerid,7,100);
        GivePlayerWeapon(playerid,8,100);
        GivePlayerWeapon(playerid,9,100);
        GivePlayerWeapon(playerid,24,100);
        GivePlayerWeapon(playerid,25,100);
        GivePlayerWeapon(playerid,26,100);
        GivePlayerWeapon(playerid,30,100);
        GivePlayerWeapon(playerid,29,100);
        GivePlayerWeapon(playerid,31,100);
        GivePlayerWeapon(playerid,34,100);
        GivePlayerWeapon(playerid,35,100);
        GivePlayerWeapon(playerid,33,100);
        GivePlayerWeapon(playerid,38,100);
        GivePlayerWeapon(playerid,37,100);
        GivePlayerWeapon(playerid,32,100);
        GivePlayerWeapon(playerid,28,100);
        GivePlayerWeapon(playerid,27,100);
        return 1;
    }
EDIT: Oops wrong
ew, wtf is this lol.
Reply
#7

Quote:
Originally Posted by DiddyBop
Посмотреть сообщение
ew, wtf is this lol.
i didnt read hes topic well :P thats why i have a EDIT: :P
Reply
#8

Quote:
Originally Posted by Kitten
Посмотреть сообщение
i didnt read hes topic well :P thats why i have a EDIT: :P
Open yer eyes
Reply
#9

He wants to make a zombie like thingy where if you use /find you can find random stuff.
Reply
#10

no the /find find item is random like the zombieserver
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)