What's wrong with this command?
#2

The problem is in here..

PHP код:
GetPlayerName(targetidtNamesizeof(tName));
                    
GetPlayerName(playeridtNamesizeof(tName)); 
You stored targetid's name in "tName" and stored also playerid's name in "tName"!

Try using this..
PHP код:
GetPlayerName(targetidtNamesizeof(tName));
                    
GetPlayerName(playeridpNamesizeof(tName)); 
Reply


Messages In This Thread
What's wrong with this command? - by Thanks - 10.07.2018, 23:29
Re: What's wrong with this command? - by JasonRiggs - 10.07.2018, 23:52
Re: What's wrong with this command? - by Thanks - 11.07.2018, 00:05
Re: What's wrong with this command? - by JasonRiggs - 11.07.2018, 00:23
Re: What's wrong with this command? - by Thanks - 11.07.2018, 00:31
Re: What's wrong with this command? - by Tass007 - 11.07.2018, 00:44
Re: What's wrong with this command? - by JasonRiggs - 11.07.2018, 00:46
Re: What's wrong with this command? - by Thanks - 11.07.2018, 00:50
Re: What's wrong with this command? - by Tass007 - 11.07.2018, 00:59
Re: What's wrong with this command? - by Thanks - 11.07.2018, 01:14

Forum Jump:


Users browsing this thread: 2 Guest(s)