Jump to content
  • 0

problema /aliante


poker

Question

44638 - if(strcmp(cmd, "/aliante", true) == 0)

44640 - if(IsPlayerConnected(playerid))

44646 - return 1;

C:\Users\Administrator\Desktop\gm gf\gamemodes\gf.pwn(44638 : error 010: invalid function or declaration

C:\Users\Administrator\Desktop\gm gf\gamemodes\gf.pwn(44640) : error 010: invalid function or declaration

C:\Users\Administrator\Desktop\gm gf\gamemodes\gf.pwn(44646) : error 010: invalid function or declaration

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

3 Errors

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

eu nu reusesc so fac imi da eroare la compilare comanda e urm

    if(strcmp(cmd, "/aliante", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			SendClientMessage(playerid, COLOR_HELP3,"*** {33CC00}Grove Street{FFFFFF}-{663300}The Triads{FFFFFF}-{FFFF00}Los Santos Vagos");
			SendClientMessage(playerid, COLOR_HELP3,"*** VS");
           	SendClientMessage(playerid, COLOR_HELP3,"*** {993399}Ballas{FFFFFF}-{FF0000}The Mafia{00FFFF}Varrios Los Aztecas{FFFFFF}-");
		}
		return 1;
	}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.