[Help] Weed Growing
#1

Hello guys,
I've downloaded a Weed Growing Filterscript from here and I've got some troubles with it.
I don't have problem with the script that is released but with what I want to make in it.

This is the whole Weed Growing Script:
http://pastebin.com/m6aceeb74

And this is the part I am trying to make.
Код:
	if(strcmp(cmdtext, "/sellweed", true) == 0)
	{
	if(PlayerToPoint(7.0, playerid,2455.1968,-1707.8607,13.6164)) //place you must sell
	if(Drugs[playerid] > 50){ //when your plants harvested
	GivePlayerMoney(playerid, 400);
	SendClientMessage(playerid, COLOR_GREY, "You've sold your weed.");
	return 1;}
	}
It doesn't works for me.. And I also tried to make something like if you're not to point that a message appears like:
You're not a t the selling point.

And when you don't have 50 grams of harvest weed it says "You don't have 50 grams of weed."

You understand? I don't.

Please help me if you've got some time.. Atleast I tried..
Reply
#2

Quote:
Originally Posted by Joeri
Hello guys,
I've downloaded a Weed Growing Filterscript from here and I've got some troubles with it.
I don't have problem with the script that is released but with what I want to make in it.

This is the whole Weed Growing Script:
http://pastebin.com/m6aceeb74

And this is the part I am trying to make.
Код:
	if(strcmp(cmdtext, "/sellweed", true) == 0)
	{
	if(PlayerToPoint(7.0, playerid,2455.1968,-1707.8607,13.6164)) //place you must sell
	if(Drugs[playerid] > 50){ //when your plants harvested
	GivePlayerMoney(playerid, 400);
	SendClientMessage(playerid, COLOR_GREY, "You've sold your weed.");
	return 1;}
	}
It doesn't works for me.. And I also tried to make something like if you're not to point that a message appears like:
You're not a t the selling point.

And when you don't have 50 grams of harvest weed it says "You don't have 50 grams of weed."

You understand? I don't.

Please help me if you've got some time.. Atleast I tried..
ask in the script's thread
Reply
#3

I don't have anything about a comment like that..
I need help mkay? It's a Scripting Discussion board. Not a "Ask in the topic" board.

Now, is there anyone that CAN help me exept this guy.
Reply
#4

Like SaiBerFun said: ask in the script's topic.
The best help can be given in the original topic.
Reply
#5

Allright I will put it in that topic so you can help me out there is that what you mean..
Omfg can't you let those stupid comments home and start helping me out?
Reply
#6

It's not stupid, why do you think there is original topic? It's stupid if 10 people are going to create 10 topics instead of asking in the existing one.
Reply
#7

Quote:
Originally Posted by Joeri
Allright I will put it in that topic so you can help me out there is that what you mean..
Omfg can't you let those stupid comments home and start helping me out?
Stop raging and reply in the thread, already.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)