zcmd problem!
#1

Код:
  CMD:nuke(playerid, params[]) //errored line 5131
    {
    if(IsPlayerInRangeOfPoint(playerid, 2.0, 415.6206,2533.7751,19.1484))
    {
    if (gTeam[playerid] == 1)
    {
    ShowMenuForPlayer(NukeMenu,playerid);
	}
    return 1;
    }
    }
Errors:
Код:
C:\Users\Majitel\Desktop\samp03e\gamemodes\DSHT.pwn(5131) : error 029: invalid expression, assumed zero
C:\Users\Majitel\Desktop\samp03e\gamemodes\DSHT.pwn(5131) : error 017: undefined symbol "cmd_nuke"
C:\Users\Majitel\Desktop\samp03e\gamemodes\DSHT.pwn(5131) : error 029: invalid expression, assumed zero
C:\Users\Majitel\Desktop\samp03e\gamemodes\DSHT.pwn(5131) : fatal error 107: too many error messages on one line
4 Errors.
What is the problem? I think it have something wrong in the end but i cant find it.
I actually moving from strcmp to zcmd and i converted my commands and this was result.
Reply


Messages In This Thread
zcmd problem! - by RadekB0Y - 01.07.2012, 16:41
Re: zcmd problem! - by Cxnnor - 01.07.2012, 16:58
Re: zcmd problem! - by RadekB0Y - 01.07.2012, 17:07
Respuesta: zcmd problem! - by bogdyutzu - 01.07.2012, 17:11
Re: zcmd problem! - by RadekB0Y - 01.07.2012, 17:13
Re: zcmd problem! - by marquezsanchez - 01.07.2012, 17:15
Re: zcmd problem! - by Cxnnor - 01.07.2012, 17:19
Re: zcmd problem! - by RadekB0Y - 01.07.2012, 17:21
Re: zcmd problem! - by Steven82 - 01.07.2012, 17:25
Re: zcmd problem! - by RadekB0Y - 01.07.2012, 17:31

Forum Jump:


Users browsing this thread: 1 Guest(s)