18.06.2018, 06:23
This is the correct way of retrieving string
PHP код:
new StoreName[28];
cache_get_field_content(0, "storename", StoreName);
format(rquery, sizeof(rquery), "[ROBBERY] %s(%d) has robbed %d from %s", pName, playerid,
GetPVarInt(playerid, "robbedMoney"), StoreName);
SendClientMessageToAll(-1, rquery);