SA-MP Forums Archive
[FilterScript] Gakha | Ammunation System - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Gakha | Ammunation System (/showthread.php?tid=511354)



Gakha | Ammunation System - Surguladze - 05.05.2014

Gakha's Ammunation System

When you log in you will need to go to the gun store with the gun too close to be able to buy it. This is my first system that I have in the forum. Currently I'm DIY items according to your wish, you can suppress MAP locate weapons. apologize for my English. Script created for zGaming gamemode.

#Click Image

#Download



Re: Gakha | Ammunation System - GeasyW - 05.05.2014

zGaming is closed, isn't it? and yea.. Nice FS


Re: Gakha | Ammunation System - Inn0cent - 05.05.2014

Simple.. But Its okay keep it up


Re: Gakha | Ammunation System - Pagle - 05.05.2014

Please Help Me,


C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 017: undefined symbol "GbuyTime"
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : warning 215: expression has no effect
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 029: invalid expression, assumed zero
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : fatal error 107: too many error messages on one line


Re: Gakha | Ammunation System - Surguladze - 05.05.2014

Quote:
Originally Posted by Pagle
Посмотреть сообщение
Please Help Me,


C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 017: undefined symbol "GbuyTime"
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : warning 215: expression has no effect
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 001: expected token: ";", but found "]"
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : error 029: invalid expression, assumed zero
C:\Documents and Settings\CJ\Desktop\Zgaming Script\Zgaming Script\gamemodes\BC.pwn(15251) : fatal error 107: too many error messages on one line
Код:
Add this - new GbuyTime[MAX_PLAYERS];
Код:
stock ClearChar(playerid)
{
GbuyTime[playerid] = 0;
Код:
forward GbuyTimer(playerid);
public GbuyTimer(playerid)
{
	if(IsPlayerLoggedIn(playerid))
	{
		GbuyTime[playerid]--;
		if(GbuyTime[playerid] > 0)
		{
		    SetTimerEx("GbuyTimer", 1000, false, "i", playerid);
		}
	}
	return 1;
}



Re: Gakha | Ammunation System - Ben_Leto - 05.05.2014

kargia
nice