GetPlayerID
#1

I don't understand GetPlayerID.
Can I request?
Something like this on OnPlayerConnect:
Код:
Player(12) has been connected to the server.
I don't know how to put the id numbah on the OnPlayerConnect.
How do I do this?

EDIT: Also in text.
Reply
#2

pawn Код:
new string[128];
format(string, sizeof(string), "%s(%d) has joined the server.", GetPlayerName(playerid), playerid);
SendClientMessageToAll(-1, string);
Reply
#3

thanks. repped
Oh, btw, how on OnPlayerText? I've never used that callback
Reply
#4

Quote:
Originally Posted by Extraordinariness
Посмотреть сообщение
thanks. repped
Oh, btw, how on OnPlayerText? I've never used that callback
you can't rep unless you have 50 post!
Reply
#5

I can rep already -,-
Reply
#6

Sure, ******. thanks.

Y_More
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)