13.06.2014, 19:19
Is it ok if i create a local variable for getting 2 player's name like this?
Can it bug the name of the player or something?
I have been thinking about it but didn't attempt to test without knowing. So can anyone tell me if its ok?
pawn Код:
new Name[2][24], target;
GetPlayerName(playerid, Name[0], 24);
GetPlayerName(target, Name[1], 24);
I have been thinking about it but didn't attempt to test without knowing. So can anyone tell me if its ok?