- 0
Sign in to follow this
Followers
0
[закрыто] Помогите убрать варнинг 213
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By OPCODERSSSS
Прописал уже все инклуды,он мне все равно вот эту дрянь ну емае
other.amx
other.pwn
hgsystem.amx
-

KEYNING Свой человек 28
Все доброго времяни суток! Помогите устранить варнинг
case D_FRACMENU+7: { if(!response) return 1; new actplayerid = GetPVarInt(playerid, "actplayerid"); new fractionid = PlayerInfo[actplayerid][pMember]; new skinid = Fraction_Skin[fractionid][listitem]; if(skinid == PlayerInfo[actplayerid][pModel]) return 1; new mes[128]; ошибка\\ format(mes,sizeof(mes), "%s выдал Вам новую фракционную одежду", GetName(playerid)); SendClientMessage(actplayerid, COLOR_BLUE, mes); ошибка\\ format(mes,sizeof(mes), "%s получил новую фракционную одежду", GetName(actplayerid)); SendClientMessage(playerid, COLOR_BLUE, mes); PlayerInfo[actplayerid][pModel] = skinid; SetPlayerSkin(actplayerid, skinid); DeletePVar(playerid, "actplayerid"); }Share this post
Link to post