13-09-2022, Saat: 17:17
Oyuncunun takımını scoreboard dan değiştirmeye yarar.
PHP Kod:
iGlobal[iTeamInfo] = get_user_msgid("TeamInfo"); // plugin init e yazılacak
@SetUserTeamInfo(const iPlayer,const WhatTeam[]) {
emessage_begin(MSG_ALL, iGlobal[iTeamInfo]);
ewrite_byte(iPlayer);
ewrite_string(WhatTeam);
emessage_end();
}
// Kullanımı SetUserTeamInfo(iPlayer,"TERRORIST");