24.04.2016, 15:41
Hey guys, according to SAMP WIKI MySQL (BlueG's)
Storing a string requires a string to store it inside
Can I do like ?
Storing a string requires a string to store it inside
PHP код:
cache_get_field_content(0, "name", dest);
PHP код:
PlayerInfo[playerid][pName] = cache_get_field_content(0, "name");