a small question
#10

Wrong:
format(string,sizeof(string),"Has invitado a %s (id:%d) para que tenga un duelo contigo, espera a que acepte tu invitacion.",playername(player2),(player2));


Right:
format(string,sizeof(string),"Has invitado a %s (id:%d) para que tenga un duelo contigo, espera a que acepte tu invitacion.",playername[player2],player2);
Reply


Messages In This Thread
a small question - by _diana_ - 09.06.2009, 12:10
Re: a small question - by dice7 - 09.06.2009, 12:19
Re: a small question - by _diana_ - 09.06.2009, 12:28
Re: a small question - by MPKaboose - 09.06.2009, 12:29
Re: a small question - by hansen111 - 09.06.2009, 12:30
Re: a small question - by MPKaboose - 09.06.2009, 12:32
Re: a small question - by hansen111 - 09.06.2009, 12:34
Re: a small question - by _diana_ - 09.06.2009, 12:35
Re: a small question - by MPKaboose - 09.06.2009, 12:36
Re: a small question - by hansen111 - 09.06.2009, 12:42

Forum Jump:


Users browsing this thread: 5 Guest(s)