12.04.2010, 03:58
Quote:
Originally Posted by [BEP
GeoPilot ]
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; } } |

