Vic_RattleHead Posted February 14, 2015 Share Posted February 14, 2015 Hola, quisiera saber como hago para que al momento de que un jugador se loguee aparezca en el chat de que "gang" es dependiendo del clan en que este ejemplo: Saldo Bancario: $ 1000 Your currently gang: TPK login: You successfully logged in debe ser con ( getElementData(source, "gang") == "TPK" ) ? si me pudieran ayudar estaría agradecido Link to comment
Tomas Posted February 14, 2015 Share Posted February 14, 2015 addEventHandler("onPlayerLogin",root,function() outputChatBox("Your currently gang is: "..getElementData(source,"gang"),source) end ) Link to comment
UserToDelete Posted February 14, 2015 Share Posted February 14, 2015 Debes usar un comparador cuando vayas a hacer mas argumentos, si no, la linea de Tomas está perfecta Link to comment
Recommended Posts