06.04.2010, 21:14
Quote:
Originally Posted by Steven82
Quote:
|
_________________________________________________
You need to format your text. To save your time, i've made the code for you.
pawn Код:
if(!strcmp(cmdtext, "/ping", true)) {
new array[26];
format(array, sizeof(array), "Your current ping is %d", GetPlayerPing(playerid));
SendClientMessage(playerid, COLOR_YELLOW, array);
return 1;
}