Why does this not work ? (Y_INI)
#6

Ah okay it compiles alright but still doesnt save.
this is what i made now;
pawn Код:
if(!strcmp(cmdtext, "/ownit", true))
{
    new name[MAX_PLAYER_NAME+1], string[32];
    GetPlayerName(playerid, name,sizeof(name));
    format(Companies[0][Owner], 32, "%s", string);
    Companies[0][Owner]= string;
        SaveCompanyInfo(0);
    return 1;
}
Reply


Messages In This Thread
Why does this not work ? (Y_INI) - by AIped - 12.11.2013, 14:29
Re: Why does this not work ? (Y_INI) - by Loot - 12.11.2013, 14:34
Re: Why does this not work ? (Y_INI) - by Pottus - 12.11.2013, 14:34
Re: Why does this not work ? (Y_INI) - by AIped - 12.11.2013, 14:43
Re: Why does this not work ? (Y_INI) - by Loot - 12.11.2013, 14:48
Re: Why does this not work ? (Y_INI) - by AIped - 12.11.2013, 14:55
Re: Why does this not work ? (Y_INI) - by Loot - 12.11.2013, 15:01
Re: Why does this not work ? (Y_INI) - by AIped - 12.11.2013, 15:06
Re: Why does this not work ? (Y_INI) - by Loot - 12.11.2013, 15:11
Re: Why does this not work ? (Y_INI) - by AIped - 12.11.2013, 15:14

Forum Jump:


Users browsing this thread: 2 Guest(s)