MySQL Update Problem
#1

Hi forum sa-mp, how do I update the following codes for r41 ?

Before:
Код:
format(string, sizeof(string), "%s%d\t%s\t%s\t%s\n", string, cache_get_field_content_int(i, "ID"), name, PermissionStates[ cache_get_field_content_int(i, "Can_Deposit") ], PermissionStates[ cache_get_field_content_int(i, "Can_Take") ]);
After:

Код:
format(string, sizeof(string), "%s%d\t%s\t%s\t%s\n", string, cache_get_value_name_int(i, "ID"), name, PermissionStates[ cache_get_value_name_int(i, "Can_Deposit") ], PermissionStates[ cache_get_value_name_int(i, "Can_Take") ]);
,

Error

Код:
error 017: undefined symbol "cache_get_field_content_int"
Reply


Messages In This Thread
MySQL Update Problem - by BrainDamaged - 10.05.2018, 16:38
Re: MySQL Update Problem - by BrainDamaged - 10.05.2018, 18:56
Re: MySQL Update Problem - by Dayrion - 10.05.2018, 19:13
Re: MySQL Update Problem - by BrainDamaged - 10.05.2018, 19:36
Re: MySQL Update Problem - by FaLLenGirL - 10.05.2018, 20:05
Re: MySQL Update Problem - by BrainDamaged - 10.05.2018, 20:28
Re: MySQL Update Problem - by FaLLenGirL - 10.05.2018, 20:37
Re: MySQL Update Problem - by BrainDamaged - 10.05.2018, 20:46

Forum Jump:


Users browsing this thread: 1 Guest(s)