0
Awards
LV
0
 
18
Likes
141

Messages

tweky

BOSS DE BOSS
Staff member
Seful LCS
Moderator LCS
Membru LCS
Joined
Jun 7, 2024
Reaction score
18
Points
18
Age
31
Website
minios.ro
Credits
2,197
War3FT CSSB 6.7 23 Rase (productie Rusia)

- Include 23 Rase
- Include Loot Items
- Include Shopmenu3
- Include toate resursele necesare
- Include toate sursele cod
- Multe alte lucruri
 

Attachments

modificarile pentru chat
Update :

1. in functions/plugin_natives.cpp de adaugat:

register_native("chat_get_user_race", "_chat_get_user_race", 1);
register_native("chat_get_user_level", "_chat_get_user_level", 1);



2. in infoKiller.cpp de adaugat la final :

public _chat_get_user_race(id)
{
return arrIntData[id][P_RACE]
}

public _chat_get_user_level(id)
{
return arrIntData[id][P_LEVEL]
}


3. atat , de pus pluginul war3ft_chat sub war3ft ca ordine in lista de pluginuri
 

Attachments

  • Untitled.png
    Untitled.png
    299 KB · Views: 3
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top