16.04.2013, 14:05
Hey i need help to how i can repast from a
there will come in the chat to it come in a Gametextforplayer format?
PHP код:
format(string,sizeof(string),"You are now in {5CB3FF}%s's{FFFFFF} zone!", name);
PHP код:
if (count != 0)
{
if (GetPVarInt(i, "IsInOrgZone") == 0)
{
new string[120];
if (PlayerOrg[i] == GetOrgID(name))
{
format(string,sizeof(string),"Welcome to your organization's zone!");
}
else
{
format(string,sizeof(string),"You are now in {5CB3FF}%s's{FFFFFF} zone!", name);
}
SendClientMessage(i, COLOR_WHITE, string);
SetPVarInt(i, "IsInOrgZone", 1);
return 1;