Bug with /pm and /transfer
#1

Fixed!
Reply
#2

Hey @Sc0pion

Try to use this:

PHP код:
if(targetid == INVALID_PLAYER_ID) return SendClientMessage(playeridCOLOR_RED"[ ERROR: Player is not online ]"); 
Instead of this:

PHP код:
if(!IsPlayerConnected(target)) return SendClientMessage(playeridCOLOR_RED"[ ERROR: Player is not online ]"); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)