What's new

- ElfBot Pm do 2 graczy

Status
Not open for further replies.

Maciekxx

Advanced User
Joined
Nov 20, 2009
Messages
280
Reaction score
16
Witam, mam taki skrypt
Code:
pm 'nick' '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime'
wysy?a on informacje o postaci do gracza kt?rego nick zosta? podany, chce go przerobi? tak aby wysy?a? to do 2 graczy, da si? to zrobi? w 1 skrypcie? Je?li tak to prosz? o pomoc!
 

zummer

Advanced User
Joined
Feb 28, 2011
Messages
191
Reaction score
12
Odp: Pm do 2 graczy

PHP:
pm 'nick' '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime' | pm 'nick' '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime'

sproboj tak moze bedzie dzialal a jak nie to tak

PHP:
pm 'nick' '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime' | wait 1000 | pm 'nick' '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime'
 

diksus94

I ღ Kato
Joined
Apr 19, 2008
Messages
967
Reaction score
175
Age
29
Odp: Pm do 2 graczy

Po co to kopiowa?...?
Mo?na tak:
PHP:
auto 200 set $wiadomosc '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime' | pm 'nick1' $wiadomosc| wait 500 | pm 'nick2' $wiadomosc
Nigdy nie wiem jak to dzia?a?o, mo?e te? tak:
PHP:
auto 200 set $wiadomosc '$name l Exp Left: $exptnl l Exp/Hour: $exph l Time Left:$formattime.$timetnl l Gained this session: $expgained l Played this session: $formattime.$deltatime' | pm 'nick1' '$wiadomosc' | wait 500 | pm 'nick2' '$wiadomosc'
 
Status
Not open for further replies.
Top