Dialog getplayerinput (+rep)
#3

Quote:
Originally Posted by Avi Raj
Посмотреть сообщение
For SendClientMessage:-
pawn Код:
SendClientMessage(playerid, COLOR_YELLOW,"Delta Owner : %d",PlayerVar[playerid][deltaOwner);
Wrong you have to format it
pawn Код:
new Owner[100];
format(Owner,sizeof(Owner)," Delta Owner : %d",PlayerVar[playerid][deltaOwner);
SendClientMessage(playerid,-1,Owner);
Reply


Messages In This Thread
Dialog getplayerinput (+rep) - by NicholasA - 28.04.2013, 09:00
Re: Dialog getplayerinput (+rep) - by Avi Raj - 28.04.2013, 09:09
Re : Re: Dialog getplayerinput (+rep) - by DaTa[X] - 28.04.2013, 09:16
Re: Dialog getplayerinput (+rep) - by Lordzy - 28.04.2013, 09:53

Forum Jump:


Users browsing this thread: 1 Guest(s)