How to aplly this to the "id"
#1

How can I enable this:
pawn Код:
gCalmMode = true;
To id instead of playerid?

Example:
pawn Код:
//To playerid
SendClientMessage(playerid, -1, "This is playerid");

//To id
SendClientMessage(id, -1, "This is id");
Help...
Reply
#2

new gCalmMode[MAX_PLAYERS];

gCalmMode[id] = true;
Reply
#3

Quote:
Originally Posted by ]Rafaellos[
Посмотреть сообщение
new gCalmMode[MAX_PLAYERS];

gCalmMode[id] = true;
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)