Some thing crashing my gamemode
#9

in script,the Public is with lowercase 'p' but i think i changed it accidentally,no errors,but i got like 70 warnings i dont know which are which i dont think they are from there
but for /searchgas i get those warnings

Код:
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\Zombie_Survival_2.0.pwn(1854) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\Zombie_Survival_2.0.pwn(1856) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\Zombie_Survival_2.0.pwn(1856) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\Zombie_Survival_2.0.pwn(1856) : warning 202: number of arguments does not match definition
C:\Documents and Settings\Ingrid\Desktop\MRP\gamemodes\Zombie_Survival_2.0.pwn(1856) : warning 202: number of arguments does not match definition
changed searchgas little bit,still crashes

Код:
1842	if(strcmp(cmd, "/searchgas", true) == 0)
1843	 {
1844	  new sendername[MAX_PLAYER_NAME];
1845		GetPlayerName(giveplayerid, giveplayer, sizeof(giveplayer));
1846		GetPlayerName(playerid, sendername, sizeof(sendername));
1847	 	new RandomGas = random(50);
1848		if(IsPlayerConnected(playerid))
1849	  	{
1850	  		if(GasBarrels(playerid))
1851	  	{
1852  			SetTimerEx("Search",3500,0,"i",playerid);
1853  			Gasonplayer += RandomGas ;
1854  			SendClientMessage(playerid,0x00FF00FF,"You Found %s % of Fuel",RandomGas);
1855			format(string, sizeof(string), "* %s Found %s of Fuel.", sendername ,RandomGas);
1856			ProxDetector(30.0, playerid, string, 0xC2A2DAAA);
1857			}
1858			else
1559			{
1560			SendClientMessage(playerid, 0xC2A2DAAA,"You Are Not Near Gas Barrels!");
1561			}
1562				return 1;
1563	}
1564}
Reply


Messages In This Thread
Some thing crashing my gamemode - by WardenCS - 07.12.2009, 19:20
Re: Some thing crashing my gamemode - by Correlli - 07.12.2009, 19:49
Re: Some thing crashing my gamemode - by WardenCS - 07.12.2009, 21:22
Re: Some thing crashing my gamemode - by Goobiiify - 07.12.2009, 21:30
Re: Some thing crashing my gamemode - by WardenCS - 08.12.2009, 05:05
Re: Some thing crashing my gamemode - by Abernethy - 08.12.2009, 05:08
Re: Some thing crashing my gamemode - by WardenCS - 08.12.2009, 05:16
Re: Some thing crashing my gamemode - by DJDhan - 08.12.2009, 07:18
Re: Some thing crashing my gamemode - by WardenCS - 08.12.2009, 07:34
Re: Some thing crashing my gamemode - by WardenCS - 09.12.2009, 12:50

Forum Jump:


Users browsing this thread: 1 Guest(s)