A
Anonymous
Invitado
Gente alguien sabe como hacer para cuando matas un usuario te de "X" cant de oro.
Este code esta bien?:
P.D.: Quero q te de 300k y desp no te de mas
Este code esta bien?:
Código:
Case "/ORO"
If UserList(UserIndex).flags.Muerto = 1 Then
Call SendData(ToIndex, UserIndex, 0, "||Estas muerto,por lo tanto no poder usar este comando" & FONTTYPE_INFO)
Exit Sub
End If
UserList(UserIndex).Stats.GLD = UserList(UserIndex).Stats.GLD + 300000
Next
Exit Sub
P.D.: Quero q te de 300k y desp no te de mas