[FilterScript] Gakha | Ammunation System
#1

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
Reply
#2

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

Simple.. But Its okay keep it up
Reply
#4

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
Reply
#5

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;
}
Reply
#6

kargia
nice
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)