CallRemoteFunction ... passing a TextDraw
#1

Is it a string, integer, float? what?!

Not sure what to use...

Код:
CallRemoteFunction("TimeTextForPlayer", "i_i", playerid,txttwt[playerid],10000);
The _ is where the textdraw is. What do I pass it as?
Reply
#2

pawn Код:
CallRemoteFunction("TimeTextForPlayer", "isi", playerid,txttwt[playerid],10000);
Reply
#3

Gijsmin: The textdraw is an ID moron.
Sir_Brock: i for integer
Reply
#4

As either it gives me warnings of tag mismatches.

Ignore me, just needed the _:

Код:
CallRemoteFunction("TimeTextForPlayer", "iii", playerid,_:txttwt[playerid],10000);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)