is that impossibal?
#1

can i do like this


new pname[24];
new swatname[24];

GetPlayerName(playerid,pname,24);
GetPlayerName(playerid,swatname,24);


can i get 2 players name with playerid and its work and show me when i do for e.x

format(string,sizeof(string),"%s(%d) Has Jailed %s(%d)",swatname,playerid,pname,playerid);

is that work and can show me swat id alone and jaild player alone
Reply
#2

No.
You have to define another id.
Reply
#3

and how i can define another id and its work perfect 100%
Reply
#4

pawn Код:
new pname[24];
new swatname[24];
new toplayerid;//You should set this by your own.

GetPlayerName(playerid,pname,24);
GetPlayerName(toplayerid,swatname,24);

format(string,sizeof(string),"%s(%d) Has Jailed %s(%d)",swatname,playerid,pname,toplayerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)