![]() |
![]() ![]() « Sénateur » 1413817380000
| 0 | ||
hpassospi a dit : function eventNewPlayer(name) tfm.exec.bindKeyboard(name,40,true,true) end for name,player in pairs(tfm.get.room.playerList) do eventNewPlayer(name) end function eventKeyboard(name,key,down,x,y) if key==40 then tfm.exec.addShamanObject(24,x,y) end end |
![]() ![]() « Citoyen » 1413837180000
| 0 | ||
eu n consigo entra no meu mice por que aconta do meu primo foi ban nesse pc aki e n consigo entra na minh acc eu tenho que faze o que???????????????????????????? e ele n usa hack |
![]() ![]() « Citoyen » 1413837180000
| 0 | ||
e eu n consigo entra na minha mesmo? |
![]() ![]() « Citoyen » 1413854220000
| 0 | ||
pq eu na consigo botA foto no meu perfil da : tente novamente |
![]() ![]() « Citoyen » 1414182840000
| 0 | ||
Alguém me passa um programa bom pra fazer os scripts de lua no transformice, de preferencia um com comando em lua pre colocados. |
![]() ![]() « Citoyen » 1414182900000
| 0 | ||
sabidaop a dit : SciTE eu acho bom |
![]() « Citoyen » 1414189320000
| 0 | ||
como muda foto de perfil? |
![]() « Citoyen » 1414534380000
| 0 | ||
como boto a imagem do perfil |
![]() ![]() « Citoyen » 1414534920000
| 0 | ||
mrorko a dit : 100 queijos e nunca ter sido banido por hack(eu acho). |
![]() 1414614540000
| | ||
[Modéré par Modayra] |
![]() ![]() « Censeur » 1414620420000
| 0 | ||
operop a dit : é 1000 gatão |
![]() ![]() « Citoyen » 1414634400000
| 0 | ||
Existe um script capaz de somar os pontos toda vez que a pessoas entra na toca e em cada mapa? |
![]() ![]() « Citoyen » 1414679520000
| 0 | ||
gutigusta a dit : Isso? local score=0 function eventPlayerWon(p) local player=tfm.get.room.playerList
Se não é isso que você quer explique melhor |
![]() ![]() « Citoyen » 1414781040000
| 0 | ||
maps={5457081,3685486,3727755,2331474,2331474,292614,266854,5497240,234502,232699,232451,193588,220500,511187,1310092,2141379,287268,2557885,299002,1654841,259716,423672,3738767,138678,3728013,237269,229834,232791} vivo=0; tfm.exec.disableAutoNewGame(true) function novaRodada() tfm.exec.newGame(maps[math.random(#maps)]) end novaRodada(); function eventNewGame() vivo=0; -- A Variavel vivo Reseta for p in pairs(tfm.get.room.playerList) do -- Pra Todos Os Jogadores Da Sala vivo=vivo+1; -- Soma Da Variavel vivo end end function eventPlayerLeft(p) if not tfm.get.room.playerList .isDead then -- Verifica Se o Jogador Está Morto CONSEGUE ACRESCENTAR NESSE SCRIPT UM SISTEMA DE PONTOS QUE COLOCA UM QUADRO COM OS PONTOS NUM CANTO DA TELA ? ------------ E SE PUDEREM MELHOREM O SCRIPT Dernière modification le 1414781760000 |
![]() ![]() « Citoyen » 1414781460000
| 0 | ||
micamoreira a dit : Como assim |
![]() ![]() « Citoyen » 1414782480000
| 0 | ||
operop a dit : Tipo e racing assim qnd um rato entrar em 1º ganha 1 ponto e aparece numa tabela do lado da tela e quando chegar a 15 pontos acaba o game e aparece na tela o nome do vencedor DESCULPA SE FOR MUITO COMPLEXO ;-; |
![]() ![]() « Citoyen » 1414782900000
| 0 | ||
micamoreira a dit : Se tiver um algum erro falai maps={5457081,3685486,3727755,2331474,2331474,292614,266854,5497240,234502,232699,232451,193588,220500,511187,1310092,2141379,287268,2557885,299002,1654841,259716,423672,3738767,138678,3728013,237269,229834,232791} vivo=0; tfm.exec.disableAutoNewGame(true) tfm.exec.disableAutoScore(true) function novaRodada() tfm.exec.newGame(maps[math.random(#maps)]) end novaRodada(); function eventNewGame() vivo=0; -- A Variavel vivo Reseta for p in pairs(tfm.get.room.playerList) do vivo=vivo+1; -- Soma Da Variavel vivo end end function eventPlayerLeft(p) if not tfm.get.room.playerList .isDead then
Dernière modification le 1414783080000 |
![]() ![]() « Citoyen » 1414783200000
| 0 | ||
operop a dit : n entendi a tabela // coloca ela do outro lado mais no canto possivel ok? OS PONTO TEM K COMEÇAR A 0 E DPS SOBE 1 APENAS PRA QUEM FIRSTA Dernière modification le 1414783260000 |
![]() ![]() « Citoyen » 1414783260000
| 0 | ||
micamoreira a dit : maps={5457081,3685486,3727755,2331474,2331474,292614,266854,5497240,234502,232699,232451,193588,220500,511187,1310092,2141379,287268,2557885,299002,1654841,259716,423672,3738767,138678,3728013,237269,229834,232791} vivo=0; tfm.exec.disableAutoNewGame(true) tfm.exec.disableAutoScore(true) function novaRodada() tfm.exec.newGame(maps[math.random(#maps)]) end novaRodada(); function eventNewGame() vivo=0; -- A Variavel vivo Reseta for p in pairs(tfm.get.room.playerList) do vivo=vivo+1; -- Soma Da Variavel vivo end end function eventPlayerLeft(p) if not tfm.get.room.playerList .isDead then
Dernière modification le 1414783620000 |