08.10.2013, 17:53
Quote:
Vlw , agora falta resolver as outras 2 warnings que eu postei , voce me ajudou a resolver o do /mudar , ainda tem o do MSG TIMER E Tals
|
Код:
//USe na public OngamModeint MSGTimer = SetTimer("RandomMSGs",150000,1); //E NESTAS AKI , QUE ESTAO NO FIM DO GM public RandomMSGs() { new random1 = random(sizeof(MSGs)); new random2 = random(sizeof(COLORS)); format(StringC, sizeof(StringC), "%s", MSGs[random1]); SendClientMessageToAll(COLORS[random2],StringC); return 1; }