mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fixed ML_NOTFOUND(LANG)
This commit is contained in:
parent
58d522e4c3
commit
de399c54c6
@ -310,8 +310,8 @@ public cmdVote(id,level,cid) {
|
|||||||
for (new i=0;i<pnum;i++) {
|
for (new i=0;i<pnum;i++) {
|
||||||
format(lTag,15,"%L",players[i],is_user_admin(id)?"ADMIN":"PLAYER")
|
format(lTag,15,"%L",players[i],is_user_admin(id)?"ADMIN":"PLAYER")
|
||||||
switch (activity) {
|
switch (activity) {
|
||||||
case 2: client_print(players[i],print_chat,"%L","ADMIN_VOTE_CUS_2",lTag,name)
|
case 2: client_print(players[i],print_chat,"%L",players[i],"ADMIN_VOTE_CUS_2",lTag,name)
|
||||||
case 1: client_print(players[i],print_chat,"%L","ADMIN_VOTE_CUS_1",lTag)
|
case 1: client_print(players[i],print_chat,"%L",players[i],"ADMIN_VOTE_CUS_1",lTag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user