[FilterScript] I need /loadheroin,/unloadheroin,/loadmats,/unloadmats
#1

I need /loadheroin,/unloadheroin,/loadmats,/unloadmats cmds and places for them can any one make one for me /loadheroin = -3000$ and /unloadheroin = 10000$ , /loadmats = -2500$ and /unloadmats = 8500 please i need it for my server please help me anyone
Reply
#2

LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL

A coffee with that? Wrong section
Reply
#3

in whcih section i have to post ?
Reply
#4

If you want someone else do this for you, i don't think somebody will want

you can try but i'm pretty sure nobody will do it for you
Reply
#5

wrong section

go to Scripting help
Reply
#6

I'll do this later for you. What's your skype?
Reply
#7

As you said in the topic,here's the cmds.
But next time post in correct section.
pawn Код:
//you need zcmd include also.
new heroin[MAX_PLAYERS];
CMD:loadheroin(playerid,params[])
{
 #pragma unused params
   new Float:x,Float:y,Float:z
   GetPlayerPos(playerid,x,y,z);
   heroin[playerid]=1;
   GivePlayerMoney(playerid,-3000);
   SetPlayerPos(playerid,xpos,ypos,zpos);//Replace Xpos, Ypos, Zpos with your coordinate.
   SendClientMessage(playerid,0xFF0000,"Herion Loaded");
   return 1;
}

CMD:unloadheroin(playerid,params[])
{
 #pragma unused params
   if(heroin[playerid] == 0)
   return SendClientMessage(playerid,0xFF0000,"You haven't loaded heroin");
   SetPlayerPos(playerid,x,y,z);
   SendClientMessage(playerid,0xFF0000,"Heroin Unloaded");
   GivePlayerMoney(playerid,-10000);
   heroin[playerid]=0;
   return 1;
}
Sorry if mistakes are there because I did this through mobile.

I didnt get what do you mean by loadmats etc.
Reply
#8

asfand.shah3 is my skype and ty lordz and /loadmats = load materials if u can do it then please i am new here i need help can any one help me?
Reply
#9

loadheroin is not working
Reply
#10

did you
pawn Код:
#include <zcmd>
on top of your script?

post that in the script request section....

this one is to release filterscripts not to request them
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)