22.02.2014, 18:01
Quote:
Код:
DOF2_SetInt(PFile(DOF2_GetInt(VFile(vehicleid), "CarOwned")), "MoneyBank"), DOF2_GetInt(DOF2_GetInt(VFile(vehicleid), "CarOwned"), "MoneyBank") + DOF2_GetInt(VFile(vehicleid),"CarPrice")); |
PHP код:
warning 202: number of arguments does not match definition
error 035: argument type mismatch (argument 1)
error 029: invalid expression, assumed zero
warning 215: expression has no effect
Quote:
He added a parentheses, just to clarify. (underlined)
Also, it appeared you had an extra parentheses so I removed it. (bold) |
PHP код:
warning 202: number of arguments does not match definition
error 035: argument type mismatch (argument 1)
warning 215: expression has no effect