Text not showing
#3

It's called, with a command:

Код:
if (strcmp(cmd, "/stats", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (gPlayerLogged[playerid] != 0)
			{
				ShowStats(playerid,playerid);
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "{30a030}[Kappa]: {ffffff}Ne pare rau, dar trebuie sa fi Logat pentru a utiliza aceasta comanda.");
			}
		}
		return 1;
	}
Код:
public ShowStats(playerid,targetid)
{
    if(IsPlayerConnected(playerid)&&IsPlayerConnected(targetid))
	{

                [....]
               //here is the code
         }
}
Reply


Messages In This Thread
Text not showing - by MrBlake - 07.12.2014, 15:45
Re: Text not showing - by OsteeN - 07.12.2014, 15:47
Re: Text not showing - by MrBlake - 07.12.2014, 15:52
Re: Text not showing - by PowerPC603 - 07.12.2014, 16:19
Re: Text not showing - by MrBlake - 07.12.2014, 17:01
Re: Text not showing - by PowerPC603 - 07.12.2014, 17:45
Re: Text not showing - by Bridge - 07.12.2014, 17:52
Re: Text not showing - by MrBlake - 07.12.2014, 18:44
Re: Text not showing - by PowerPC603 - 07.12.2014, 21:37

Forum Jump:


Users browsing this thread: 3 Guest(s)