Help In Adding
#1

pawn Код:
(7166) : error 029: invalid expression, assumed zero
(7166) : warning 215: expression has no effect
(7166) : error 001: expected token: ";", but found ")"
(7166) : error 029: invalid expression, assumed zero
(7166) : fatal error 107: too many error messages on one line
Code
pawn Код:
format(string, sizeof(string), "AAdmin/Users/%s.ini", HouseInfo[Hin[playerid]][hOwner]);
                new INI:File = INI_Open(string);
                INI_SetTag(File, "Players_Data");
                INI_WriteInt(File, "Money", +=HouseInfo[Hin[playerid]][SalePrice]);//error line
                INI_Close(File);
even tried with
pawn Код:
INI_WriteInt(File, "Money", +HouseInfo[Hin[playerid]][SalePrice]);
Reply
#2

Look >>>> https://sampwiki.blast.hk/wiki/Errors_List
Reply
#3

can you pinpoint which line is 7166
Reply
#4

there is no solution for this -_-
i already told error line by //error line
Reply
#5

INI_WriteInt(File, "Money", amount + amount);

- What is up with all these house topics lol?
Reply
#6

Quote:
Originally Posted by SickAttack
Посмотреть сообщение
INI_WriteInt(File, "Money", amount + amount);

- What is up with all these house topics lol?
but how do i get its Money data Only and the player is offline ??
Reply
#7

Just load the players cash, you already have the name, you just need to make a function that does it.
Reply
#8

but how ??
Reply
#9

INI_Int?
Reply
#10

but how with it when i don't have player id
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)