21.07.2015, 14:37
Quote:
Hello!
Yes, it is possible. You have to create a global variable: PHP код:
Do you know how you save this? Here is a solution: PHP код:
|
Maybe something like:
PHP код:
for( new i;i < 50; i++ )
{
if(rawrs[playerid][i] != 0 ) {
format(string, sizeof(string), "%s", rawrs[playerid][i]);
SendClientMessage(playerid, COLOR, string);
}
}