Well, i begin a scripter... and my first plugin is for JailBreak, and is the Vip Shop with Packs. More I edited 60% of plugin... and when i was compiling, this error ocurred:
Error:
http://i.imgur.com/hyzPcHR.png
In Sma:
/* VIP Shop Menu */
public vip_shop_menu(id, level, cid)
{
new menu
if(!cmd_access(id, level, cid,1))
{
ColorChat(id, GREEN, "Voce nao tem acesso a esse Menu.", TAG)
}
else
{
if(cs_get_user_team(id) == CS_TEAM_T)
menu = menu_create("JB: VIP Shop Menu","vip_shop_menu_handler")
new menu_str[128]