mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Addressed report at15008 (twistedeuphoria)
This commit is contained in:
parent
35ecd40228
commit
e9e4ab69e6
@ -137,7 +137,7 @@ enum CsInternalModel {
|
||||
CS_T_GUERILLA = 8,
|
||||
CS_CT_VIP = 9
|
||||
};
|
||||
native cs_set_user_team(index, CsTeams:team, CsInternalModel:model = CS_DONTCHANGE);
|
||||
native cs_set_user_team(index, {CsTeams,_}:team, {CsInternalModel,_}:model = CS_DONTCHANGE);
|
||||
|
||||
/* Is user vip? Returns 1 if true, 0 if false.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user