SendClientMessage timed
#10

Strings are arrays. So I have a theory that maybe you could use the array ('a') parameter to pass the string ... ?

pawn Код:
SetTimerEx( "SendClientMessageEx", 4000, 0, "iia", playerid, yellow3, "xxx", 4 );

// array_len = string_length + 1; You can use "strlen( string ) + 1" for unknown string sizes? Try using "sizeof( string )" (remove the + 1) if strlen doesn't work.
// SetTimerEx( "SendClientMessageEx", 4000, 0, "iia", playerid, yellow3, string_array, array_len );
(I've never used the 'a' parameter in SetTimerEx, not quite sure how it works. It's a theory you can test though .)
Reply


Messages In This Thread
SendClientMessage timed - by CracK - 11.03.2009, 07:03
Re: SendClientMessage timed - by Burridge - 11.03.2009, 07:45
Re: SendClientMessage timed - by CracK - 11.03.2009, 08:48
Re: SendClientMessage timed - by Dujma - 11.03.2009, 08:54
Re: SendClientMessage timed - by CracK - 11.03.2009, 10:13
Re: SendClientMessage timed - by CracK - 11.03.2009, 11:22
Re: SendClientMessage timed - by CracK - 11.03.2009, 16:13
Re: SendClientMessage timed - by CracK - 12.03.2009, 14:39
Re: SendClientMessage timed - by NigNog1 - 12.03.2009, 15:35
Re: SendClientMessage timed - by Simon - 12.03.2009, 23:41
Re: SendClientMessage timed - by CracK - 13.03.2009, 08:54
Re: SendClientMessage timed - by Kinetic - 13.03.2009, 09:31
Re: SendClientMessage timed - by CracK - 13.03.2009, 09:41
Re: SendClientMessage timed - by Kinetic - 13.03.2009, 09:48
Re: SendClientMessage timed - by CracK - 13.03.2009, 10:18
Re: SendClientMessage timed - by Kinetic - 13.03.2009, 11:17
Re: SendClientMessage timed - by CracK - 13.03.2009, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)