3 errors
#1

Код:
C:\Users\Cezar\Desktop\Dark-Gamingg\gamemodes\DG.pwn(49266) : error 035: argument type mismatch (argument 2)
C:\Users\Cezar\Desktop\Dark-Gamingg\gamemodes\DG.pwn(67843) : error 035: argument type mismatch (argument 2)
C:\Users\Cezar\Desktop\Dark-Gamingg\gamemodes\DG.pwn(67844) : error 035: argument type mismatch (argument 2)
And lines 49263-49268
Код:
	if(PlayerInfo[i][pLeader] == 5)
	                    {
						   format(string, 256, "Corleone Famiglia Leader: %s", sendername);
						   SCM(playerid, COLOR_CORLEONE , string);

						}
67843-67844
Код:
    if(PlayerInfo[playerid][pMember] == 5 ) { SetPlayerColor(playerid, COLOR_CORLEONE); } //Corleone
    if(PlayerInfo[playerid][pLeader] == 5 ) { SetPlayerColor(playerid, COLOR_CORLEONE); } //Corleone
Reply


Messages In This Thread
3 errors - by tutibubu - 30.07.2012, 14:58
Re: 3 errors - by Mark™ - 30.07.2012, 15:03
Re: 3 errors - by tutibubu - 30.07.2012, 18:36

Forum Jump:


Users browsing this thread: 1 Guest(s)