新手上路
SwapString(PrimaryName[client], SecondaryName[client]); SwapString(String:a[LEN64], String:b[LEN64]) { decl String:t[LEN64]; strcopy(t, LEN64, a); strcopy(a, LEN64, b); strcopy(b, LEN64, t); }
查看詳細資料
TOP