31.12.2009, 22:17
i use Sandra Rank System And I have problem with welcome message , how i can make message what says "VETERAN Kalvi Has Joined To Server"
i tryd that code but it says nothing .
i tryd that code but it says nothing .
Код:
public OnPlayerSpawn(playerid) { new str1[128]; new PR = PInfo[playerid][Rank]; new weap[32]; GetWeaponName(RankInfo[PR][RSpawnWeapon], weap, 32); format(str1, 128, "\"%s\" %s Has Joined To Server", PR, RankInfo[PR][RName]); SendClientMessage(playerid, 0x7CFC00AA, str1);