[AJUDA]Funзгo GetGamemodeLines
#1

Bem, eu queria saber se hб algum modo de fazer uma funзгo do tipo GetGamemodeLines, que analisa o gamemode e te retorna o nъmero de linhas existente. Queria como neste exemplo:

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/linhas", true)==0)
{
new linhas = GetGamemodeLines();
new string[32];
format(string,sizeof(string),"Este gamemode tem %s linhas.", linhas);
SendClientMessage(playerid,COLOR_GREEN,string);
return 1;
}
}
Hб algum jeito de fazer essa funзгo?
Reply


Messages In This Thread
[AJUDA]Funзгo GetGamemodeLines - by [BEP]AcerPilot - 12.04.2010, 01:56
Re: [AJUDA]Funзгo GetGamemodeLines - by Andre_Santos - 12.04.2010, 03:58
Re: [AJUDA]Funзгo GetGamemodeLines - by [BEP]AcerPilot - 14.04.2010, 01:02

Forum Jump:


Users browsing this thread: 1 Guest(s)